OpenCMISS-Iron Internal API Documentation

The order types for a dynamic solver. More...

Collaboration diagram for OPENCMISS::Solver::DynamicOrderTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_first_order = SOLVER_DYNAMIC_FIRST_ORDER
 Dynamic solver has first order terms. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_second_order = SOLVER_DYNAMIC_SECOND_ORDER
 Dynamic solver has second order terms. More...
 

Detailed Description

The order types for a dynamic solver.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_first_order = SOLVER_DYNAMIC_FIRST_ORDER

Dynamic solver has first order terms.

See also
OPENCMISS::Solver::DynamicOrderTypes,OPENCMISS

Definition at line 6158 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_second_order = SOLVER_DYNAMIC_SECOND_ORDER

Dynamic solver has second order terms.

See also
OPENCMISS::Solver::DynamicOrderTypes,OPENCMISS

Definition at line 6159 of file opencmiss_iron.f90.