Artur,

On Wednesday, May 9, 2018 at 8:51:37 PM UTC-4, Artur Safin wrote:

> 1) Can FE_Nedelec 
> <https://www.dealii.org/8.5.1/doxygen/deal.II/classFE__Nedelec.html> work 
> for unstructured adaptively refined meshes (for linear polynomials)?
> 2) There is a new Nedelec FE class (pull 2240 
> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fdealii%2Fdealii%2Fpull%2F2240&sa=D&sntz=1&usg=AFQjCNFOV6oRSN3sLqdnz5DbszQaC7fk4Q>)
>  
> that is currently being merged into the master branch - should I use that 
> instead? (And also, does it support adaptive meshes?)
>
The current version of FE_Nedelec should only be used for cartesian mesh. 
The new class is able to able to use unstructured meshes but it does not 
support hanging nodes and therefore you cannot do adaptive mesh refinement. 
If you need adaptive mesh refinement, you will need to add the capability 
to treat hanging nodes to the class.

Best,

Bruo

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to