OpenCMISS-Iron Internal API Documentation
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes

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

Variables

integer(intg), parameter, public equations_matrices_routines::equations_matrices_all =1
 Select all the equations matrices and vectors. More...
 
integer(intg), parameter equations_matrices_routines::equations_matrices_dynamic_only =2
 Select only the dynamic equations matrices and vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_linear_only =3
 Select only the linear equations matrices and vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_nonlinear_only =4
 Select only the nonlinear equations matrices and vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_jacobian_only =5
 Select only the Jacobian equations matrix. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_residual_only =6
 Select only the residual equations vector. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_only =7
 Select only the RHS equations vector. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_source_only =8
 Select only the RHS equations vector. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_residual_only =9
 Select only the RHS and residual equations vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_source_only =10
 Assemble only the RHS and source equations vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_residual_source_only =11
 Assemble only the residual and source equations vectors. More...
 
integer(intg), parameter, public equations_matrices_routines::equations_matrices_vectors_only =12
 Assemble only the equations vectors. More...
 

Detailed Description

The types of selection available for the equations matrices.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public equations_matrices_routines::equations_matrices_all =1

Select all the equations matrices and vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 98 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter equations_matrices_routines::equations_matrices_dynamic_only =2
private

Select only the dynamic equations matrices and vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 99 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_jacobian_only =5
integer(intg), parameter, public equations_matrices_routines::equations_matrices_linear_only =3
integer(intg), parameter, public equations_matrices_routines::equations_matrices_nonlinear_only =4
integer(intg), parameter, public equations_matrices_routines::equations_matrices_residual_only =6

Select only the residual equations vector.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 103 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_residual_source_only =11

Assemble only the residual and source equations vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 108 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_only =7

Select only the RHS equations vector.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 104 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_residual_only =9

Select only the RHS and residual equations vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 106 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_rhs_source_only =10

Assemble only the RHS and source equations vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 107 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_source_only =8

Select only the RHS equations vector.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 105 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().

integer(intg), parameter, public equations_matrices_routines::equations_matrices_vectors_only =12

Assemble only the equations vectors.

See also
EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES

Definition at line 109 of file equations_matrices_routines.f90.

Referenced by equations_matrices_routines::equations_matrices_values_initialise().