Replies: 1 comment
-
Hi @audunarn, Thanks for this. Yes I agree this would be an enhancement. Easy enough for me to implement :) Robbie |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I find that it is easier to control the mesh size in triangle by changing the max/min angle (in pre.py):
generate mesh
if coarse:
mesh = triangle.triangulate(tri, "pAo2")
else:
mesh = triangle.triangulate(tri, "pq30Aao2")
I could add this functionality if you wish.
Beta Was this translation helpful? Give feedback.
All reactions