Skip to main content

Export

This routine exports the kernel to HDF5file

Interface

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

Example