Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Nonconforming FE space

More
1 year 10 months ago #4428 by Wenzheng Kuang
Dear developers, 
I noticed that nonconforming FE space is not defined in ngsolve.FESpace (by looking through help(FESpace)), but I can find NonconformingFESpace defined in fespace.hpp. May I ask if and how I can construct the nonconforming FE spaces in my programs?
Thank you!
More
1 year 10 months ago #4430 by mneunteufel
Replied by mneunteufel on topic Nonconforming FE space
Hi,

you can create the nonconforming H1-FESpace by using

fes = FESpace("nonconforming", mesh)

Best,
Michael
More
1 year 10 months ago #4431 by Wenzheng Kuang
Thanks for your help, Michael!
Time to create page: 0.147 seconds