ode_eq_rhs_interface Abstract Interface

abstract interface
public subroutine ode_eq_rhs_interface(this)

Arguments

Type IntentOptional AttributesName
class(ode_equation), intent(inout) :: this

The equation for which the RHS is calculated.

Description

The interface for the ODE version of rhs. This interface is consistent with eq_rhs_interface.