Tetrahedral Metrics
Work in progress.
automesh metrics tet --help
Quality metrics for an all-tetrahedral finite element mesh
Usage: automesh metrics tet [OPTIONS] --input <FILE> --output <FILE>
Options:
-i, --input <FILE> Mesh input file (exo | inp | stl)
-o, --output <FILE> Quality metrics output file (csv | npy)
-q, --quiet Pass to quiet the terminal output
-h, --help Print help
automesh implements the following hexahedral element quality metrics defined in the Verdict report.1
- Maximum edge ratio
- Minimum scaled Jacobian
- Maximum skew
- Element volume
A brief description of each metric follows.