OpenCMISS-Iron Internal API Documentation

The time linearity types for a dynamic solver. More...

Collaboration diagram for OPENCMISS::Solver::DynamicLinearityTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_linear = SOLVER_DYNAMIC_LINEAR
 Dynamic solver has linear terms. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_nonlinear = SOLVER_DYNAMIC_NONLINEAR
 Dynamic solver has nonlinear terms. More...
 

Detailed Description

The time linearity types for a dynamic solver.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_linear = SOLVER_DYNAMIC_LINEAR

Dynamic solver has linear terms.

See also
OPENCMISS::Solver::DynamicLinearityTypes,OPENCMISS

Definition at line 6165 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_nonlinear = SOLVER_DYNAMIC_NONLINEAR

Dynamic solver has nonlinear terms.

See also
OPENCMISS::Solver::DynamicLinearityTypes,OPENCMISS

Definition at line 6166 of file opencmiss_iron.f90.