OpenCMISS-Iron Internal API Documentation
BOUNDARY_CONDITIONS_ROUTINES::BoundaryConditions

Storage type for matrices used by boundary conditions. More...

Variables

integer(intg), parameter, public boundary_conditions_routines::boundary_condition_sparse_matrices =1
 The matrices are stored as sparse matrices. More...
 
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_full_matrices =2
 The matrices are stored as full matrices. More...
 

Detailed Description

Storage type for matrices used by boundary conditions.

Variable Documentation

integer(intg), parameter, public boundary_conditions_routines::boundary_condition_full_matrices =2
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_sparse_matrices =1