OGS2VTK

Description

OGS2VTK is a tool to convert OGS-mesh-files to VTK-files. It can be applied to format OGS-5 legacy mesh files or visualize them in ParaView.

Usage

USAGE:
   OGS2VTK  [--ascii_output] -o <file name of output mesh> -i <file name of input mesh> [--] [--version] [-h]

Where:

   --ascii_output
     Write VTU output in ASCII format. Due to possible rounding the ascii
     output could result in lower accuracy.

   -o <file name of output mesh>,  --mesh-output-file <file name of output mesh>
     (required)  the name of the file the mesh will be written to

   -i <file name of input mesh>,  --mesh-input-file <file name of input mesh>
     (required)  the name of the file containing the input mesh

   --,  --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.

Example

Converting a .msh-file to a .vtu-file.

OGS2VTK -i example.msh -o example.vtu

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 430699 | Last revision: February 20, 2024
Commit: [App|PVTU2VTU] Faster computation of unique nodes and mapping d5e28bc  | Edit this page on