diff_intr Abstract Interface

abstract interface
public function diff_intr(u, n)

Arguments

Type IntentOptional AttributesName
real(kind=r8), intent(in), dimension(:):: u

The state vector for the system of differential equations

integer, intent(in) :: n

The order of the derivative to take

Return Value real(kind=r8), dimension(size(u))

Description

An interface for a function evaluating the derivative of the state vector.