OpenCMISS-Iron FORTRAN API Documentation

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

Collaboration diagram for OPENCMISS::Solver::DAETypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_differential_only = SOLVER_DAE_DIFFERENTIAL_ONLY
 Differential equations only. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_1 = SOLVER_DAE_INDEX_1
 Index 1 differential-algebraic equation. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_2 = SOLVER_DAE_INDEX_2
 Index 2 differential-algebraic equation. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_3 = SOLVER_DAE_INDEX_3
 Index 3 differential-algebraic equation. More...
 

Detailed Description

The type of differential-algebraic equation.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_differential_only = SOLVER_DAE_DIFFERENTIAL_ONLY

Differential equations only.

See also
OPENCMISS::Solver::DAETypes,OPENCMISS

Definition at line 6206 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_1 = SOLVER_DAE_INDEX_1

Index 1 differential-algebraic equation.

See also
OPENCMISS::Solver::DAETypes,OPENCMISS

Definition at line 6207 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_2 = SOLVER_DAE_INDEX_2

Index 2 differential-algebraic equation.

See also
OPENCMISS::Solver::DAETypes,OPENCMISS

Definition at line 6208 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_index_3 = SOLVER_DAE_INDEX_3

Index 3 differential-algebraic equation.

See also
OPENCMISS::Solver::DAETypes,OPENCMISS

Definition at line 6209 of file opencmiss_iron.f90.