-
I'm trying to build a 2D-surface mesh using the add_polygon feature. It works fine but I can just generate a triangulated mesh. is there an argument I can pass to geom.generate_mesh() for example to generate a quadratic mesh? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
nschloe
Feb 1, 2022
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
BenBeans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
generate_mesh(order=2)
gives you quadratic triangular elements.