calcVals Module Subroutine

module subroutine calcVals(this, varCont, res, mbData, hostModel)

Calculate fixed 1D stencil values in place (does not depend on varCont,mbData, or hostModel)

Arguments

Type IntentOptional Attributes Name
class(StencilGenerator1D), 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