initPartFromJSON Interface

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

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

Description

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