Dear community,

In the near future, I will need to solve a curl-curl problem ∇×(∇×u)=u. I 
will have to use an unstructured grid (gmsh-generated) that is also 
adaptively refined. From what it seems, the appropriate class for such 
problems (Nedelec_FE) is incomplete, and so thought I'd ask as to how I 
should proceed.

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://github.com/dealii/dealii/pull/2240>) that is currently being 
merged into the master branch - should I use that instead? (And also, does 
it support adaptive meshes?)

Thank you,

Artur

-- 
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