cashocs-extract_mesh#
Extract a Gmsh file from an XDMF file.
usage: cashocs-extract_mesh [-h] [-i iteration] [-o outfile]
[-g gmsh_file_original] [-q]
xdmffile
Positional Arguments#
- xdmffile
The XDMF file which holds the mesh.
Named Arguments#
- -i, --iteration
Iteration of interest in the XDMF file.
Default:
0- -o, --outfile
Path to the output Gmsh file. If this is not specified, the file is written to the same directory as the XDMF file.
- -g, --gmsh_file_original
Path to the original Gmsh file used to define the mesh.
- -q, --quiet
Setting this disables verbose output.
Default:
False