OpenCMISS-Iron Internal API Documentation
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes

The types of selection available for the solver matrices. More...

Variables

integer(intg), parameter, public solver_matrices_routines::solver_matrices_all =1
 Select all the solver matrices and vectors. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_linear_only =3
 Select only the linear solver matrices and vectors. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_nonlinear_only =4
 Select only the nonlinear solver matrices and vectors. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_jacobian_only =5
 Select only the Jacobian solver matrix. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_residual_only =6
 Select only the residual solver vector. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_rhs_only =7
 Select only the RHS solver vector. More...
 
integer(intg), parameter, public solver_matrices_routines::solver_matrices_rhs_residual_only =8
 Select only the residual and RHS solver vectors. More...
 

Detailed Description

The types of selection available for the solver matrices.

See also
SOLVER_MATRICES_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_matrices_routines::solver_matrices_all =1

Select all the solver matrices and vectors.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 70 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_jacobian_only =5

Select only the Jacobian solver matrix.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 75 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_linear_only =3

Select only the linear solver matrices and vectors.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 73 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_nonlinear_only =4

Select only the nonlinear solver matrices and vectors.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 74 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_residual_only =6

Select only the residual solver vector.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 76 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_rhs_only =7

Select only the RHS solver vector.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 77 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().

integer(intg), parameter, public solver_matrices_routines::solver_matrices_rhs_residual_only =8

Select only the residual and RHS solver vectors.

See also
SOLVER_MATRICES_ROUTINES::SelectMatricesTypes,SOLVER_MATRICES_ROUTINES

Definition at line 78 of file solver_matrices_routines.f90.

Referenced by solver_matrices_routines::solver_matrices_output().