OpenCMISS-Iron Internal API Documentation
SOLVER_MAPPING::EquationsMatrixTypes

Equations matrix types. More...

Variables

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_dynamic_matrix =1
 The equations matrix in the solver mapping is a dynamic equations matrix. More...
 
integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_linear_matrix =2
 The equations matrix in the solver mapping is a linear equations matrix. More...
 
integer(intg), parameter solver_mapping_routines::solver_mapping_equations_nonlinear_matrix =3
 The equations matrix in the solver mapping is a nonlinear equations (Jacobian) matrix. More...
 

Detailed Description

Equations matrix types.

See also
SOLVER_MAPPING

Variable Documentation

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_dynamic_matrix =1

The equations matrix in the solver mapping is a dynamic equations matrix.

See also
SOLVER_MAPPING::EquationsMatrixTypes,SOLVER_MAPPING

Definition at line 76 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_linear_matrix =2

The equations matrix in the solver mapping is a linear equations matrix.

See also
SOLVER_MAPPING::EquationsMatrixTypes,SOLVER_MAPPING

Definition at line 77 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().

integer(intg), parameter solver_mapping_routines::solver_mapping_equations_nonlinear_matrix =3
private

The equations matrix in the solver mapping is a nonlinear equations (Jacobian) matrix.

See also
SOLVER_MAPPING::EquationsMatrixTypes,SOLVER_MAPPING

Definition at line 78 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().