- Thank you received: 0
Nonconforming FE space
- Wenzheng Kuang
- Topic Author
- Offline
- New Member
Less
More
2 years 5 months ago #4428
by Wenzheng Kuang
Nonconforming FE space was created 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!
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!
- mneunteufel
- Offline
- Premium Member
Less
More
- Thank you received: 59
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
you can create the nonconforming H1-FESpace by using
fes = FESpace("nonconforming", mesh)
Best,
Michael
- Wenzheng Kuang
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
2 years 5 months ago #4431
by Wenzheng Kuang
Replied by Wenzheng Kuang on topic Nonconforming FE space
Thanks for your help, Michael!
Time to create page: 0.094 seconds