automesh smooth --help
Applies smoothing to an existing finite element mesh
Usage: automesh smooth [OPTIONS] --input <FILE> --output <FILE>
Options:
-c, --hierarchical Pass to enable hierarchical control
-i, --input <FILE> Name of the original mesh file
-o, --output <FILE> Name of the smoothed mesh file
-n, --iterations <NUM> Number of smoothing iterations [default: 10]
-m, --method <NAME> Name of the smoothing method [default: Taubin]
-k, --pass-band <FREQ> Pass-band frequency for Taubin smoothing [default: 0.1]
-s, --scale <SCALE> Scaling parameter for smoothing [default: 0.6307]
--metrics <FILE> Name of the quality metrics file
-q, --quiet Pass to quiet the terminal output
-h, --help Print help