apply-part(1) | General Commands Manual | apply-part(1) |
apply-part - Colorize a mesh with a partition file for visualization
apply-weight - Colorize a mesh with a weight file for visualization
apply-part --mesh <path> --partition <path> [output.mesh]
apply-weight --mesh <path> --weights <path> [output.mesh]
apply-part (apply-weight) merges a partition file (resp. weight file) into the free-form fields of a MEDIT mesh file, so that the partition (resp. weight distribution) can be visualized with medit tools.
If output.mesh is omitted or is -, it is written to standard output.
Only some specific mesh formats are supported. See INPUT FORMAT for details.
-h, --help
--version
-f, --format <format>
-m, --mesh <path>
-p, --partition <path>
-w, --weights <path>
These programs can accept multiple mesh formats, and will detect automatically the correct version to use, regardless of the file extension. There is currently no way to force a particular format for input.
The supported mesh formats are:
The -f, --format option changes the output format of the program. These values are currently accepted:
In general, you'll want the default meshb format. It is faster to read from and write to. Use the MEDIT ASCII format for debugging or for compatibility.
This executable is part of coupe, which is maintained by Hubert Hirtz <hubert@hirtz.pm> under the direction of Franck Ledoux <franck.ledoux@cea.fr> and the supervision of Cédric Chevalier <cedric.chevalier@cea.fr> and Sébastien Morais <sebastien.morais@cea.fr>.
For more information on coupe development, see <https://github.com/LIHPC-Computational-Geometry/coupe>.
2024-02-06 |