Skip to main content

Export

Export the abstract field to an external file.

Inherited from AbstractField_

Interface

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