OpenCMISS-Iron Internal API Documentation

The types of sparse solver equations matrices. More...

Collaboration diagram for OPENCMISS::SolverEquations::SparsityTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_sparse_matrices = SOLVER_SPARSE_MATRICES
 Use sparse solver matrices. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_full_matrices = SOLVER_FULL_MATRICES
 Use fully populated solver matrices. More...
 

Detailed Description

The types of sparse solver equations matrices.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_full_matrices = SOLVER_FULL_MATRICES

Use fully populated solver matrices.

See also
OPENCMISS::SolverEquations::SparsityTypes,OPENCMISS

Definition at line 6254 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_sparse_matrices = SOLVER_SPARSE_MATRICES

Use sparse solver matrices.

See also
OPENCMISS::SolverEquations::SparsityTypes,OPENCMISS

Definition at line 6253 of file opencmiss_iron.f90.