Skip to main content

Import

Initiate an instance of space-time vector field by import.

Interface

 INTERFACE
MODULE SUBROUTINE Import(obj, hdf5, group, dom, domains)
CLASS(STVectorFieldLis_), INTENT(INOUT) :: obj
TYPE(HDF5File_), INTENT(INOUT) :: hdf5
CHARACTER(*), INTENT(IN) :: group
TYPE(Domain_), TARGET, OPTIONAL, INTENT(IN) :: dom
TYPE(DomainPointer_), TARGET, OPTIONAL, INTENT(IN) :: domains(:)
END SUBROUTINE Import
END INTERFACE

Template

VariableData typeValueComment
restart*CharT or FThe default value is False. If it is true then it represents that we are restarting the simulation, in this case more information are necessary.
nameStringName of the scalar field
fieldTypeStringNORMAL, CONSTANT, CONSTANT_SPACE, CONSTANT_TIME
timeCompoIntegerNumber of time components
spaceCompoIntegerNumber of spatial components