Format support¶
Gmsh (.msh)¶
Reader¶
Supported: legacy MSH 2.2 geometry/connectivity.
Not supported: field import.
Writer¶
meshRW.msh: legacy writer.meshRW.msh2: uses Gmsh API and can target additional MSH versions via options.
VTK (.vtk, .vtu, .pvd)¶
Legacy VTK¶
meshRW.vtkwrites ASCII legacy.vtkoutput.
XML VTK¶
meshRW.vtk2writes.vtuand transient.pvdindex files.For transient fields, per-step files are emitted with numbered suffixes.
Known constraints¶
Input/output dictionaries must include consistent dimensions and entity counts.
Some advanced cell/field combinations depend on the backend (
vtkvsvtk2).Large transient exports can generate many files; plan output folder organization accordingly.