tidederiv Interface

interface
public function tidederiv(x, t, dt, rbeg, rend) result(y)

Arguments

Type IntentOptional Attributes Name
real(kind=DP), intent(in), dimension(:) :: x
real(kind=DP), intent(in) :: t
real(kind=DP), intent(in) :: dt
real(kind=DP), intent(in), dimension(:,:) :: rbeg
real(kind=DP), intent(in), dimension(:,:) :: rend

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