Hello everyone: I was trying to do adaptive mesh refinement in 2D-electromagnetic problem following the program provided in step-81. The refinement procedure is refererred to step-27, where I implement the FESystem of real and imaginary FE_NedelecSZ part in hp::FECollection class. After the first refinement step, I failed to make the hanging node constraint . The violated condition is detailed as
*The finite element for which you try to obtain hanging node constraints does not appear to implement them.* Has anyone encountered the same problem before? I am not sure whether is the problem in my code, or the hanging node constraint hasn't been implemented in FE_NedelecSZ? Thank you all! -- 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/2af0289a-99e4-4f7c-85f0-ecea7e2ca55fn%40googlegroups.com.
