tides_derivs_eval Interface

interface
public module function tides_derivs_eval(self, x, t) result(y)

Arguments

Type IntentOptional Attributes Name
class(tides_derivs_func), intent(inout) :: self
real(kind=DP), intent(in), dimension(:) :: x
real(kind=DP), intent(in) :: t

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