SMSH2VTK(1) General Commands Manual SMSH2VTK(1)

smsh2vtkconvert smsh(5) mesh to VTK format

smsh2vtk [-o output] mesh

smsh2vtk converts a triangular or tetrahedral mesh saved in smsh(5) format to legacy VTK format.

The options are as follows:

output
Output file. If not defined, output data is written to standard output.

The smsh2vtk utility exits 0 on success, and >0 if an error occurs.

Convert the smsh(5) input.smsh mesh to VTK format and saves the results in the output.vtk file:

smsh2vtk -o output.vtk input.smsh

smsh(5)

The VTK User's Guide, Kitware, Inc, 11, 470--482, 2010, Simple Legacy Formats.

March 1, 2025 UNIX