Hello all,

I am currently working on an adaptive solver for the time-harmonic Maxwell 
equation. At the moment I am using the Nédélec elements provided by the 
class FE_Nedelec. Since FE_Nedelec requires a consistent orientation of the 
faces, I would like to switch to FE_NedelecSZ (therefore I already 
implemented the hessian in FE_NedelecSZ #12771 
<https://github.com/dealii/dealii/pull/12771>).

To make the switch to FE_NedelecSZ I need to compute the face embedding. I 
tried to compute the face embedding via the function 
FETools::compute_face_embedding_matricies() and pass the resulting face 
embedding matrix to the interface_constraints (similar to what is done in 
the FE_Nedelec class). But that doesn't seem to work, does anyone have any 
ideas or suggestions as to what the problem could be?

Thank you in advance!

Best Regards,
Sebastian

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/da22297b-a2b3-4666-ac6b-f51763e6a647n%40googlegroups.com.

Reply via email to