initHDF5ContFromJSON Module Subroutine

module subroutine initHDF5ContFromJSON(hdf5Cont, varCont, jsonCont, mpiCont)

Initialize HDF5 controller object based on data from a JSON file and variable container object

Arguments

Type IntentOptional Attributes Name
type(HDF5Controller), intent(inout) :: hdf5Cont
type(VariableContainer), intent(in) :: varCont
type(JSONController), intent(inout) :: jsonCont

JSONController used to get parameters from ./config.json

type(MPIController), intent(inout) :: mpiCont

MPIController used with JSONController and to initialize PETSc