extrap Interface

interface
private pure function extrap(this, input) result(res)

Arguments

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

Return Value real(kind=rk)

Description

Abstract routine for extrapolation