outputVarsSerial Interface

interface
public module subroutine outputVarsSerial(this, mpiCont, varCont, filename, IDNum)

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

integer(kind=ik), intent(in), optional :: IDNum

IDNum to be appended to filename

Description

Gather and output variables this controller is responsible for. Default filename is "ReMKiT1DVarOutput". If IDnum is present it is appended to the filename. The output is serial from processor 0.