OpenCMISS-Iron FORTRAN API Documentation

Type of matrix storage. More...

Collaboration diagram for OPENCMISS::MatrixVector::MatrixStorageTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_block_storage_type =DISTRIBUTED_MATRIX_BLOCK_STORAGE_TYPE
 Distributed matrix block storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_diagonal_storage_type =DISTRIBUTED_MATRIX_DIAGONAL_STORAGE_TYPE
 Distributed matrix diagonal storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_column_major_storage_type =DISTRIBUTED_MATRIX_COLUMN_MAJOR_STORAGE_TYPE
 Distributed matrix column major storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_row_major_storage_type =DISTRIBUTED_MATRIX_ROW_MAJOR_STORAGE_TYPE
 Distributed matrix row major storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_compressed_row_storage_type =DISTRIBUTED_MATRIX_COMPRESSED_ROW_STORAGE_TYPE
 Distributed matrix compressed row storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_compressed_column_storage_type =DISTRIBUTED_MATRIX_COMPRESSED_COLUMN_STORAGE_TYPE
 Distributed matrix compressed column storage type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_row_column_storage_type =DISTRIBUTED_MATRIX_ROW_COLUMN_STORAGE_TYPE
 Distributed matrix row-column storage type. More...
 

Detailed Description

Type of matrix storage.

See also
OPENCMISS::MatrixVectorConstants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_block_storage_type =DISTRIBUTED_MATRIX_BLOCK_STORAGE_TYPE

Distributed matrix block storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5201 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_column_major_storage_type =DISTRIBUTED_MATRIX_COLUMN_MAJOR_STORAGE_TYPE

Distributed matrix column major storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5203 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_compressed_column_storage_type =DISTRIBUTED_MATRIX_COMPRESSED_COLUMN_STORAGE_TYPE

Distributed matrix compressed column storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5206 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_compressed_row_storage_type =DISTRIBUTED_MATRIX_COMPRESSED_ROW_STORAGE_TYPE

Distributed matrix compressed row storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5205 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_diagonal_storage_type =DISTRIBUTED_MATRIX_DIAGONAL_STORAGE_TYPE

Distributed matrix diagonal storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5202 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_row_column_storage_type =DISTRIBUTED_MATRIX_ROW_COLUMN_STORAGE_TYPE

Distributed matrix row-column storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5207 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_row_major_storage_type =DISTRIBUTED_MATRIX_ROW_MAJOR_STORAGE_TYPE

Distributed matrix row major storage type.

See also
OPENCMISS::MatrixVector::MatrixStorageTypes,OPENCMISS

Definition at line 5204 of file opencmiss_iron.f90.