Skip to main content

Export

Inheritence

This method is inherited from the AbstractMesh class.

Export

This method exports the mesh to a hdf5 file format.

Interface

INTERFACE
MODULE SUBROUTINE Export(obj, hdf5, group)
CLASS(AbstractMesh_), INTENT(IN) :: obj
TYPE(HDF5File_), INTENT(INOUT) :: hdf5
CHARACTER(*), INTENT(IN) :: group
END SUBROUTINE Export
END INTERFACE