meshio-convert - Man Page
manual page for meshio 5.3.5
Description
usage: meshio convert [-h]
- [--input-format {abaqus,ansys,avsucd,cgns,dolfin-xml,exodus,flac3d,gmsh,h5m,hmf,mdpa,med,medit,nastran,netgen,neuroglancer,obj,off,permas,ply,stl,su2,tecplot,tetgen,ugrid,vtk,vtu,wkt,xdmf}]
[--output-format {abaqus,ansys,avsucd,cgns,dolfin-xml,exodus,flac3d,gmsh,gmsh22,h5m,hmf,mdpa,med,medit,nastran,netgen,neuroglancer,obj,off,permas,ply,stl,su2,svg,tecplot,tetgen,ugrid,vtk,vtk42,vtk51,vtu,wkt,xdmf}] [--ascii] [--float-format FLOAT_FORMAT] [--sets-to-int-data] [--int-data-to-sets] infile outfile
positional arguments
- infile
mesh file to be read from
- outfile
mesh file to be written to
options
- -h, --help
show this help message and exit
- --input-format, -i {abaqus,ansys,avsucd,cgns,dolfin-xml,exodus,flac3d,gmsh,h5m,hmf,mdpa,med,medit,nastran,netgen,neuroglancer,obj,off,permas,ply,stl,su2,tecplot,tetgen,ugrid,vtk,vtu,wkt,xdmf}
input file format
- --output-format, -o {abaqus,ansys,avsucd,cgns,dolfin-xml,exodus,flac3d,gmsh,gmsh22,h5m,hmf,mdpa,med,medit,nastran,netgen,neuroglancer,obj,off,permas,ply,stl,su2,svg,tecplot,tetgen,ugrid,vtk,vtk42,vtk51,vtu,wkt,xdmf}
output file format
- --ascii, -a
write in ASCII format variant (where applicable, default: binary)
- --float-format, -f FLOAT_FORMAT
float format used in output ASCII files (default: .16e)
- --sets-to-int-data, -s
if possible, convert sets to integer data (useful if the output type does not support sets)
- --int-data-to-sets, -d
if possible, convert integer data to sets (useful if the output type does not support integer data)