Re: [deal.II] LineMinimization and p-Laplace

2021-04-21 Thread Merten, J.Y.
Hi Jean, I was thinking the same. I have followed the example in the namespace reference of LineMinimization and adjusted it to my problem. I'm currently reviewing the part where f

Re: [deal.II] interpolate FE_Nelelec

2021-04-21 Thread Jean-Paul Pelteret
Dear John, The class documentation states > Several aspects of the implementation are experimental. For the moment, it is > safe to use the element on globally refined meshes with consistent > orientation of faces. My

Re: [deal.II] interpolate FE_Nelelec

2021-04-21 Thread John Smith
Dear Jean-Paul, Thanks! It is indeed a trap. John On Tuesday, April 20, 2021 at 9:23:23 PM UTC+2 Jean-Paul Pelteret wrote: > Hi John, > > Unfortunately, you’ve fallen into the trap of confusing what the entries > in the solution vector mean for the different element types. For Nedelec

Re: [deal.II] Unable to collect periodic faces

2021-04-21 Thread vachanpo...@gmail.com
Daniel, Thanks for your reply. I had previously used GridIn::read_msh() in 2d in which case the boundary ids were also correctly read. Isn't it unexpected behaviour then, if the data is not getting transferred in 3d? Manually setting the ids will work for now, but eventually I wish the