ode_eq_init_interface Abstract Interface

abstract interface
public subroutine ode_eq_init_interface(this)

Arguments

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

The equation that is being initialized.

Description

The interface for the ODE version of init. This interface is consistent with eq_init_interface.