Nonconforming FE space

More
2 years 5 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
2 years 5 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
2 years 5 months ago #4431 by Wenzheng Kuang
Thanks for your help, Michael!
Time to create page: 0.094 seconds