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
--no_volume_check
By default the volumes of original and reordered elements are
compared if they are numerically equal, i.e., relative volume
difference is smaller than a threshold. This switch disables the
volume comparison.
-l <none|error|warn|info|debug|all>, --log-level <none|error|warn|info|
debug|all>
the verbosity of logging messages
--, --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 2This article was written by Julian Heinze. If you are missing something or you find an error please let us know.
Generated with Hugo 0.147.9
in CI job 683680
|
Last revision: January 28, 2026
Commit: docu: Describe switch 'volume_check' for NodeReordering d6ae8dc8
| Edit this page on