initPartFromJSON Module Subroutine

module subroutine initPartFromJSON(partObj, gridObj, jsonCont, mpiCont)

Initialize simple partition object based on data from a JSON file and grid object

Arguments

Type IntentOptional Attributes Name
type(Partition), intent(inout) :: partObj
type(Grid), intent(in) :: gridObj

Grid object used to get numX and numH

type(JSONController), intent(inout) :: jsonCont

JSONController used to get parameters from ./config.json

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

MPIController used with JSONController