ode_print_data Interface

interface


Calls

interface~~ode_print_data~~CallsGraph interface~ode_print_data ode_print_data proc~ode_print_data ode_print_data interface~ode_print_data->proc~ode_print_data

public module subroutine ode_print_data(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 print_data. This interface is consistent with eq_print_data.