OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::DAESolverTypes

The differential-algebraic equation solver types for a differential-algebraic equation solver. More...

Variables

integer(intg), parameter, public solver_routines::solver_dae_euler =1
 Euler differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_crank_nicolson =2
 Crank-Nicolson differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_runge_kutta =3
 Runge-Kutta differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_adams_moulton =4
 Adams-Moulton differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_bdf =5
 General BDF differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_rush_larson =6
 Rush-Larson differential-algebraic equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_external =7
 External (e.g., CellML generated) differential-algebraic equation solver. More...
 

Detailed Description

The differential-algebraic equation solver types for a differential-algebraic equation solver.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_dae_adams_moulton =4
integer(intg), parameter, public solver_routines::solver_dae_bdf =5
integer(intg), parameter, public solver_routines::solver_dae_crank_nicolson =2
integer(intg), parameter, public solver_routines::solver_dae_external =7

External (e.g., CellML generated) differential-algebraic equation solver.

See also
SOLVER_ROUTINES::DAESolverTypes,SOLVER_ROUTINES

Definition at line 323 of file solver_routines.f90.

Referenced by solver_routines::solver_dae_library_type_get(), solver_routines::solver_dae_library_type_set(), solver_routines::solver_dae_solve(), and solver_routines::solver_dae_solver_type_set().

integer(intg), parameter, public solver_routines::solver_dae_runge_kutta =3
integer(intg), parameter, public solver_routines::solver_dae_rush_larson =6