Skip to content

Perform all checks of mesh-doctor in one command line #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
alexbenedicto opened this issue May 14, 2025 · 0 comments · May be fixed by #100
Open

Perform all checks of mesh-doctor in one command line #94

alexbenedicto opened this issue May 14, 2025 · 0 comments · May be fixed by #100
Assignees

Comments

@alexbenedicto
Copy link
Contributor

alexbenedicto commented May 14, 2025

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

{collocated_nodes,element_volumes,non_conformal,self_intersecting_elements,supported_elements}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant