ode_eq_output Abstract Interface

abstract interface
public subroutine ode_eq_output(this)

Arguments

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

The routine is called on this equation.

Description

The interface for the ODE version of output. This interface is consistent with eq_output.