Procedures

ProcedureLocationProcedure TypeDescription
attempt_single_step diffeq_base Interface
get_single_step_logical_parameter diffeq_base Interface
ode diffeq_base Interface
ode_integer_inquiry diffeq_base Interface
ode_jacobian diffeq_base Interface
ode_mass_matrix diffeq_base Interface
ode_solver diffeq_base Interface
report_array_size_error diffeq_errors Subroutine

Reports an array size error.

report_excessive_integration_steps diffeq_errors Subroutine

Reports an error when an excessive amount integration steps have been taken.

report_excessive_iterations diffeq_errors Subroutine

Reports an error when excessive iterations have been made.

report_matrix_size_error diffeq_errors Subroutine

Reports a matrix size error.

report_memory_error diffeq_errors Subroutine

Reports a memory error.

report_min_array_size_not_met diffeq_errors Subroutine

Reports an error where the minimum array size was not met.

report_missing_argument diffeq_errors Subroutine

Reports a missing argument error.

report_missing_ode diffeq_errors Subroutine

Reports a missing ODE routine.

report_step_size_too_small diffeq_errors Subroutine

Reports an error when the step size becomes too small.

single_step_integer_inquiry diffeq_base Interface
single_step_interpolate diffeq_base Interface
single_step_post_step_routine diffeq_base Interface
single_step_pre_step_routine diffeq_base Interface