OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::Equations::LinearityTypes

The equations linearity types. More...

Collaboration diagram for OPENCMISS::Equations::LinearityTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_linear = EQUATIONS_LINEAR
 The equations are linear. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_nonlinear = EQUATIONS_NONLINEAR
 The equations are non-linear. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_nonlinear_bcs = EQUATIONS_NONLINEAR_BCS
 The equations have non-linear boundary conditions. More...
 

Detailed Description

The equations linearity types.

See also
OPENCMISS::Equations,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_linear = EQUATIONS_LINEAR

The equations are linear.

See also
OPENCMISS::Equations::LinearityTypes,OPENCMISS

Definition at line 2083 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_nonlinear = EQUATIONS_NONLINEAR

The equations are non-linear.

See also
OPENCMISS::Equations::LinearityTypes,OPENCMISS

Definition at line 2084 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_nonlinear_bcs = EQUATIONS_NONLINEAR_BCS

The equations have non-linear boundary conditions.

See also
OPENCMISS::Equations::LinearityTypes,OPENCMISS

Definition at line 2085 of file opencmiss_iron.f90.