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

Equations sparsity types. More...

Collaboration diagram for OPENCMISS::Equations::SparsityTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_sparse_matrices = EQUATIONS_SPARSE_MATRICES
 Use sparse matrices for the equations. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_full_matrices = EQUATIONS_FULL_MATRICES
 Use fully populated matrices for the equations. More...
 

Detailed Description

Equations sparsity types.

See also
OPENCMISS::Equations,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_full_matrices = EQUATIONS_FULL_MATRICES

Use fully populated matrices for the equations.

See also
OPENCMISS::Equations::SparsityTypes,OPENCMISS

Definition at line 2070 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_sparse_matrices = EQUATIONS_SPARSE_MATRICES

Use sparse matrices for the equations.

See also
OPENCMISS::Equations::SparsityTypes,OPENCMISS

Definition at line 2069 of file opencmiss_iron.f90.