|
OpenCMISS-Iron FORTRAN API Documentation
|
Equations sparsity types. More...
|
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... | |
Equations sparsity types.
| integer(intg), parameter, public opencmiss_iron::cmfe_equations_full_matrices = EQUATIONS_FULL_MATRICES |
Use fully populated matrices for the equations.
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.
Definition at line 2069 of file opencmiss_iron.f90.