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
Does wildmeshing support the ability to constrain the size of the tetrahedral elements generated? In tetgen, for example, you can do this via the "a" flag. I see the notion of sizing_fields in the C++ code, but I am unsure how those may apply here as they are, unfortunately, not documented in the python code.
My main motivation for this is to limit the volume of geometry generated to allow my simulation to run faster when I am debugging, etc.
I would greatly appreciate any guidance.
The text was updated successfully, but these errors were encountered:
jparr721
changed the title
Control Tetrahedra Size
Control Tetrahedral Element Size
Dec 14, 2021
Hello,
Does wildmeshing support the ability to constrain the size of the tetrahedral elements generated? In tetgen, for example, you can do this via the "a" flag. I see the notion of
sizing_field
s in the C++ code, but I am unsure how those may apply here as they are, unfortunately, not documented in the python code.My main motivation for this is to limit the volume of geometry generated to allow my simulation to run faster when I am debugging, etc.
I would greatly appreciate any guidance.
The text was updated successfully, but these errors were encountered: