File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,15 @@ VTK Mesh File Generation
9797------------------------
9898
9999VTK files of OpenMC meshes can be created using the
100- :meth: `openmc.Mesh.write_data_to_vtk ` method. Data can be applied to the
100+ :meth: `openmc.Mesh.write_data_to_vtk ` method. This method supports several VTK
101+ formats depending on the mesh type. Structured meshes
102+ (:class: `~openmc.RegularMesh `, :class: `~openmc.RectilinearMesh `,
103+ :class: `~openmc.CylindricalMesh `, and :class: `~openmc.SphericalMesh `) can be
104+ exported to legacy VTK format (``.vtk ``). The :class: `~openmc.UnstructuredMesh `
105+ class supports VTK unstructured grid formats (``.vtu ``) as well as an HDF5-based
106+ format (``.vtkhdf ``) that does not require the ``vtk `` module to write.
107+
108+ Data can be applied to the
101109elements of the resulting mesh from mesh filter objects. This data can be
102110provided either as a flat array or, in the case of structured meshes
103111(:class: `~openmc.RegularMesh `, :class: `~openmc.RectilinearMesh `,
You can’t perform that action at this time.
0 commit comments