loadVarsSerial Interface

interface
public module subroutine loadVarsSerial(this, mpiCont, varCont, filename)

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(inout) :: varCont

Variable container to be loaded into

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

Name of input file

Description

Load and scatter variables this controller is responsible for. Default filename is "ReMKiT1DVarInput". If a variable is not found in the file it is set to 0.