OpenCMISS-Iron Internal API Documentation
INTERFACE_EQUATIONS_ROUTINES::SparsityTypes

Interface equations matrices sparsity types. More...

Variables

integer(intg), parameter, public interface_equations_routines::interface_equations_sparse_matrices =1
 Use sparse matrices for the interface equations. More...
 
integer(intg), parameter, public interface_equations_routines::interface_equations_full_matrices =2
 Use fully populated matrices for the interface equations. More...
 

Detailed Description

Interface equations matrices sparsity types.

See also
INTERFACE_EQUATIONS_ROUTINES,OPENCMISS_InterfaceEquationsSparsityTypes

Variable Documentation

integer(intg), parameter, public interface_equations_routines::interface_equations_full_matrices =2

Use fully populated matrices for the interface equations.

See also
INTERFACE_EQUATIONS_ROUTINES::SparsityTypes,INTERFACE_EQUATIONS_ROUTINES

Definition at line 81 of file interface_equations_routines.f90.

Referenced by interface_equations_routines::INTERFACE_EQUATIONS_SPARSITY_TYPE_SET::interface_equations_sparsity_type_set().

integer(intg), parameter, public interface_equations_routines::interface_equations_sparse_matrices =1