extrapolateLin Module Function

pure module function extrapolateLin(this, input) result(res)

Linear extrapolation

Arguments

Type IntentOptional Attributes Name
class(LinExtrapolation), intent(in) :: this
real(kind=rk), intent(in), dimension(:) :: input

Return Value real(kind=rk)