dumpRestartFiles Module Subroutine

module subroutine dumpRestartFiles(this, mpiCont, varCont, filename)

Each processor dumps all of its variables into separate files. Default filename "restart", appended with processor rank.

Arguments

Type IntentOptional Attributes Name
class(HDF5Controller), intent(inout) :: this
type(MPIController), intent(inout) :: mpiCont

MPIController used by the HDF5 controller for communication

type(VariableContainer), intent(in) :: varCont

Variable container used for output

character(len=*), intent(in), optional :: filename

Name of output file