OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::DAETypes

The type of differential-algebraic equation. More...

Variables

integer(intg), parameter, public solver_routines::solver_dae_differential_only =0
 Differential equations only. More...
 
integer(intg), parameter, public solver_routines::solver_dae_index_1 =1
 Index 1 differential-algebraic equation. More...
 
integer(intg), parameter, public solver_routines::solver_dae_index_2 =2
 Index 2 differential-algebraic equation. More...
 
integer(intg), parameter, public solver_routines::solver_dae_index_3 =3
 Index 3 differential-algebraic equation. More...
 

Detailed Description

The type of differential-algebraic equation.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_dae_differential_only =0

Differential equations only.

See also
SOLVER_ROUTINES::DAETypes,SOLVER_ROUTINES

Definition at line 307 of file solver_routines.f90.

integer(intg), parameter, public solver_routines::solver_dae_index_1 =1

Index 1 differential-algebraic equation.

See also
SOLVER_ROUTINES::DAETypes,SOLVER_ROUTINES

Definition at line 308 of file solver_routines.f90.

integer(intg), parameter, public solver_routines::solver_dae_index_2 =2

Index 2 differential-algebraic equation.

See also
SOLVER_ROUTINES::DAETypes,SOLVER_ROUTINES

Definition at line 309 of file solver_routines.f90.

integer(intg), parameter, public solver_routines::solver_dae_index_3 =3

Index 3 differential-algebraic equation.

See also
SOLVER_ROUTINES::DAETypes,SOLVER_ROUTINES

Definition at line 310 of file solver_routines.f90.