OpenCMISS-Iron Internal API Documentation
|
The equations linearity types. More...
![]() |
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... | |
The equations linearity types.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_linear = EQUATIONS_LINEAR |
The equations are linear.
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.
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.
Definition at line 2085 of file opencmiss_iron.f90.