
Contains module procedures associated with the nd linear interpolation class
Getter for firstDataIndex of component 1D interpolation object with index dim
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | dim |
Getter for interpWeights of component 1D interpolation object with index dim
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | dim |
Getter for interpolationPoints of component 1D interpolation object with index dim
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | dim |
Interpolate FlatNDData onto interpolation points using weighted averages of vertices of the containing hypercube
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(in) | :: | this | |||
| type(FlatNDData), | intent(in) | :: | targetArray |
Initialization routine for ND interpolation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(inout) | :: | this | |||
| type(Interpolation1D), | intent(in), | dimension(:) | :: | interpolationObjs |
Update the interpolation points and weights of all individual 1D interpolation objects and the weights/data indices used
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(InterpolationND), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:,:) | :: | interpolationPoints |