ode_set_to_zero Interface

interface


Calls

interface~~ode_set_to_zero~~CallsGraph interface~ode_set_to_zero ode_set_to_zero proc~ode_set_to_zero ode_set_to_zero interface~ode_set_to_zero->proc~ode_set_to_zero

public module subroutine ode_set_to_zero(this, dest)

Arguments

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

The routine is called on this equation.

integer(kind=ip), intent(in) :: dest

Can be either -1 (RHS), 0 (main) or between 1 and ntmp (temporary).

Description

The interface for the ODE version of set_to_zero. This interface is consistent with eq_set_to_zero_interface.