initInterpDeriv Module Subroutine

module subroutine initInterpDeriv(this, interpObj, data)

Initialize n-linear interpolation derivation object

Arguments

Type IntentOptional Attributes Name
class(NDInterpolationDerivation), intent(inout) :: this
type(InterpolationND), intent(in) :: interpObj
type(FlatNDData), intent(in) :: data