
Contains module procedures associated with the 1d linear interpolation class
Getter for firstDataIndex
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(in) | :: | this |
Getter for interpWeights
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(in) | :: | this |
Getter for interpPoints
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(in) | :: | this |
Interpolate input array defined on the same grid as the Interpolation1D object at points
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(in) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | targetArray |
Initialization routine for 1D Interpolation1D object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | gridPoints | ||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | interpolationPoints |
Updates the interpolation points and weightss
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Interpolation1D), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | interpolationPoints |