OpenCMISS-Iron Internal API Documentation

Type of data stored in matrices and vectors. More...

Collaboration diagram for OPENCMISS::MatrixVector::DataTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_intg_type =DISTRIBUTED_MATRIX_VECTOR_INTG_TYPE
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_sp_type =DISTRIBUTED_MATRIX_VECTOR_SP_TYPE
 Single precision real distributed matrix-vector data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_dp_type =DISTRIBUTED_MATRIX_VECTOR_DP_TYPE
 Double precision real distributed matrix-vector data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_l_type =DISTRIBUTED_MATRIX_VECTOR_L_TYPE
 Logical distributed matrix-vector data type. More...
 

Detailed Description

Type of data stored in matrices and vectors.

See also
OPENCMISS::MatrixVectorConstants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_dp_type =DISTRIBUTED_MATRIX_VECTOR_DP_TYPE

Double precision real distributed matrix-vector data type.

See also
OPENCMISS::MatrixVector::DataTypes,OPENCMISS

Definition at line 5215 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_intg_type =DISTRIBUTED_MATRIX_VECTOR_INTG_TYPE

Definition at line 5213 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_l_type =DISTRIBUTED_MATRIX_VECTOR_L_TYPE

Logical distributed matrix-vector data type.

See also
OPENCMISS::MatrixVector::DataTypes,OPENCMISS

Definition at line 5216 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_matrix_vector_sp_type =DISTRIBUTED_MATRIX_VECTOR_SP_TYPE

Single precision real distributed matrix-vector data type.

See also
OPENCMISS::MatrixVector::DataTypes,OPENCMISS

Definition at line 5214 of file opencmiss_iron.f90.