On 6/27/23 23:54, xuhong liu wrote:
In this paper, it said that it give a method to deal with hanging node using FE Nedelec element, but when i try to constrain the Stiffness matrix, it show me a error, i want to know how to do??

Xuhong,
the error message tells you the story: The element you are trying to use apparently does not implement hanging node constraints. Since you don't show the code, I can only assume that you use the FENedelecSZ element, which indeed does not implement these constraints.

The paper suggests that it does, but I don't think that the implementation of these constraints have ever been submitted as a patch to deal.II. It would probably be useful for you to ask the authors about the status of the changes they must have made.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/280d4671-33c6-f0e8-872e-a9274949f0c1%40colostate.edu.

Reply via email to