cashocs-convert#

Convert a Gmsh mesh to XDMF.

usage: cashocs-convert [-h] [-o outfile] [-q] [-m mode] infile

Positional Arguments#

infile

GMSH file to be converted, has to end in .msh

Named Arguments#

-o, --outfile

XDMF output file, has to end in .xdmf. If this is not given, then the output will be the same as the input, but with .xdmf suffix.

-q, --quiet

Whether or not to show information on stdout.

Default: False

-m, --mode

The mode used to define the subdomains and boundaries. This can be either ‘physical’, ‘geometrical’ or ‘none’. If the mode is ‘physical’, then the physical groups defined in the Gmsh file are used. If this is ‘geometrical’, then the geometrical groups defined in the Gmsh file are used. If this is ‘none’, no information is used.

Default: 'physical'