
Contains module procedures associated with the multidimensional linear interpolation derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(NDInterpolationDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize n-linear interpolation derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(NDInterpolationDerivation), | intent(inout) | :: | this | |||
| type(InterpolationND), | intent(in) | :: | interpObj | |||
| type(FlatNDData), | intent(in) | :: | data |