Class MeshIO
Defined in File mesh_io.h
Class Documentation
-
class MeshIO
Public Static Functions
-
static std::shared_ptr<UnpartitionedMesh> FromExodusII(const UnpartitionedMesh::Options &options)
-
static std::shared_ptr<UnpartitionedMesh> FromVTU(const UnpartitionedMesh::Options &options)
-
static std::shared_ptr<UnpartitionedMesh> FromPVTU(const UnpartitionedMesh::Options &options)
-
static std::shared_ptr<UnpartitionedMesh> FromEnsightGold(const UnpartitionedMesh::Options &options)
-
static std::shared_ptr<UnpartitionedMesh> FromOBJ(const UnpartitionedMesh::Options &options)
-
static std::shared_ptr<UnpartitionedMesh> FromGmsh(const UnpartitionedMesh::Options &options)
Write grid cells into an OBJ file
- Parameters:
grid – Grid to be stored
file_name – Name of the output file
per_material – Create one file per material
Write grid cells into an ExodusII file
- Parameters:
grid – Grid to be stored
file_name – Name of the output file
per_material – Create one file per material
write_node_sets – Write node sets into the file
write_side_sets – Write side sets into the file
Write grid cells into PVTU format.
- Parameters:
grid – Grid to be stored
file_base_name – Base name of the output file
-
static std::shared_ptr<UnpartitionedMesh> FromExodusII(const UnpartitionedMesh::Options &options)