OpenCMISS-Iron Internal API Documentation
types::boundary_conditions_sparsity_indices_type Type Reference

Contains information on indices of non-zero elements with associated dirichlet conditions Indices stored in compressed column format without a values array. More...

Public Attributes

integer(intg), dimension(:), allocatable sparse_row_indices
 SPARSE_ROW_INDICES(SPARSE_COLUMN_INDICES(column_idx)). Between SPARSE_COLUMN_INDICES(column_idx) and SPARSE_COLUMN_INDICES(column_idx+1)-1 are the row indices of non-zero elements of the 'column_idx'th column. More...
 
integer(intg), dimension(:), allocatable sparse_column_indices
 SPARSE_COLUMN_INDICES(column_idx). Between SPARSE_COLUMN_INDICES(column_idx) and SPARSE_COLUMN_INDICES(column_idx+1)-1 are the row indices of non-zero elements of the 'column_idx'th column. More...
 

Detailed Description

Contains information on indices of non-zero elements with associated dirichlet conditions Indices stored in compressed column format without a values array.

Definition at line 1802 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::boundary_conditions_sparsity_indices_type::sparse_column_indices

SPARSE_COLUMN_INDICES(column_idx). Between SPARSE_COLUMN_INDICES(column_idx) and SPARSE_COLUMN_INDICES(column_idx+1)-1 are the row indices of non-zero elements of the 'column_idx'th column.

Definition at line 1804 of file types.f90.

integer(intg), dimension(:), allocatable types::boundary_conditions_sparsity_indices_type::sparse_row_indices

SPARSE_ROW_INDICES(SPARSE_COLUMN_INDICES(column_idx)). Between SPARSE_COLUMN_INDICES(column_idx) and SPARSE_COLUMN_INDICES(column_idx+1)-1 are the row indices of non-zero elements of the 'column_idx'th column.

Definition at line 1803 of file types.f90.