Boundary definitions and Dirichlet BCs on specific DOFs for vector valued funcs

More
5 years 3 weeks ago - 5 years 3 weeks ago #2022 by christopher
Hi anand,
sorry I forgot that. A second order nodal space needs a second order mesh. You can create it like this:
Code:
mesh = Mesh("meshfile.vol") mesh.ngmesh.SecondOrder() mesh._updateBuffers()

If there is no geometry attached to the mesh, it just takes the mid point of every edge, if the geometry is there, curves will be approximated as well.

Best
Christopher
Last edit: 5 years 3 weeks ago by christopher.
More
5 years 3 weeks ago #2032 by anandes
Hi Christopher,

Thanks for your clarifications. It now works for second order nodal spaces!

Is this implementation available for orders higher than 2?

Thank you,
Anand
More
5 years 3 weeks ago #2033 by christopher
No, higher order are only hierarchical spaces.
Best
Christopher
Time to create page: 0.101 seconds