-
Why is there a quadratic option for volume_mesh but not surface_mesh? surface_mesh |
Beta Was this translation helpful? Give feedback.
Answered by
waltersma
Mar 18, 2025
Replies: 1 comment 3 replies
-
Hi @hrntsm, in general this request does not come in very often. Is this something you need for a particular workflow you wish to create? If so then we should look at adding an issue as an enhancement request. Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hrntsm,
If the objective is to create a volume mesh with quadratic elements where the mid side nodes are on the surface then there are a couple of different routes you could take to achieve this. My recommendation would be to project the mid side nodes to the geometry, however, please note this API is currently at beta and may change in future.
Example code: