getInterpPointsForDim Module Function

pure module function getInterpPointsForDim(this, dim) result(points)

Getter for interpolationPoints of component 1D interpolation object with index dim

Arguments

Type IntentOptional Attributes Name
class(InterpolationND), intent(in) :: this
integer(kind=ik), intent(in) :: dim

Return Value real(kind=rk), allocatable, dimension(:)