This tool is to reorder nodes of a given mesh. Mostly it is applied to reorder the nodes of a mesh from an older OGS version to have a mesh compatible with the current OGS version. There are four different methods available, which define the reordering process:
USAGE:
NodeReordering -i <filename> -o <filename> [-m <0|1|2|3>] [--]
[--version] [-h]
Where:
-i <filename>, --input_mesh <filename>
(required) the name of the input mesh file
-o <filename>, --output_mesh <filename>
(required) the name of the output mesh file
-m <0|1|2|3>, --method <0|1|2|3>
reordering method selection
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
The following command is used to reorder a mesh according to the second method.
NodeReordering -i input.vtu -o output.vtu -m 2
This article was written by Julian Heinze. If you are missing something or you find an error please let us know.
Generated with Hugo 0.122.0
in CI job 493443
|
Last revision: September 23, 2024
Commit: [MeL/IO/XDMF] Return also computed parent data type 09baf91
| Edit this page on