calculateStencilValsInPlace Interface

interface
private subroutine calculateStencilValsInPlace(this, varCont, res, mbData, hostModel)

Arguments

Type IntentOptional Attributes Name
class(JaggedArrayGenerator), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont
type(RealArray), intent(inout), allocatable, dimension(:) :: res
class(ModelboundData), intent(in), optional :: mbData
class(ModelSurrogate), intent(in), optional :: hostModel

Description

Calculate stencil values in place (a RealArray that can be used as a multConst for a MatrixTerm)