OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::EulerDAESolverTypes

The Euler solver types for a differential-algebriac equation solver. More...

Variables

integer(intg), parameter, public solver_routines::solver_dae_euler_forward =1
 Forward Euler differential equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_euler_backward =2
 Backward Euler differential equation solver. More...
 
integer(intg), parameter, public solver_routines::solver_dae_euler_improved =3
 Improved Euler differential equation solver. More...
 

Detailed Description

The Euler solver types for a differential-algebriac equation solver.

See also
SOLVER_ROUTINES::DAESolverTypes,SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_dae_euler_backward =2
integer(intg), parameter, public solver_routines::solver_dae_euler_improved =3