You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by audunarn December 2, 2022
Hi, I find that it is easier to control the mesh size in triangle by changing the max/min angle (in pre.py):
Discussed in #257
Originally posted by audunarn December 2, 2022
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.
The text was updated successfully, but these errors were encountered: