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
Currently, if you want to only perform checks on a mesh, you need to use each "check" feature at a time to get all results.
This procedure can be tedious and redundant every time you change your mesh to check.
To solve that, a new feature called "all-checks" would have to be implemented.
The goal would be to just call this feature, which will internally call every other "check" feature of the mesh-doctor.
The current "check" features would be
The args for each individual feature will be preset to standard values but will still be able to be modified in the command line.
mesh-doctor -i my_mesh.vtu all_checks for standard values mesh-doctor -i my_mesh.vtu all_checks --min_vol 1.0 to modify the element_volumes paramater as an example
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, if you want to only perform checks on a mesh, you need to use each "check" feature at a time to get all results.
This procedure can be tedious and redundant every time you change your mesh to check.
To solve that, a new feature called "all-checks" would have to be implemented.
The goal would be to just call this feature, which will internally call every other "check" feature of the mesh-doctor.
The current "check" features would be
The args for each individual feature will be preset to standard values but will still be able to be modified in the command line.
mesh-doctor -i my_mesh.vtu all_checks
for standard valuesmesh-doctor -i my_mesh.vtu all_checks --min_vol 1.0
to modify the element_volumes paramater as an exampleThe text was updated successfully, but these errors were encountered: