Skip to main content

Export

Export the abstract field to an external file.

Interface

INTERFACE
SUBROUTINE Export( obj, hdf5, group )
CLASS( BlockMatrixField_ ), INTENT( INOUT ) :: obj
TYPE( HDF5File_ ), INTENT( INOUT ) :: hdf5
CHARACTER( LEN = * ), INTENT( IN ) :: group
END SUBROUTINE Export
END INTERFACE