initLinExtrapolationFromJSON Interface

interface
private module subroutine initLinExtrapolationFromJSON(extObj, jsonPrefix, partObj, gridObj, geometryObj, jsonCont, mpiCont)

Arguments

Type IntentOptional Attributes Name
class(Extrapolation), intent(inout), allocatable :: extObj
character(len=*), intent(in) :: jsonPrefix
type(Partition), intent(in) :: partObj
type(Grid), intent(in) :: gridObj
type(Geometry), intent(in) :: geometryObj
type(JSONController), intent(inout) :: jsonCont
type(MPIController), intent(inout) :: mpiCont

Description

Initialize linear extrapolation from JSON data