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

Contains information for a CMISS distributed matrix. More...

Collaboration diagram for types::distributed_matrix_cmiss_type:

Public Attributes

type(distributed_matrix_type), pointer distributed_matrix
 A pointer to the distributed matrix. More...
 
integer(intg) base_tag_number
 The base number for the MPI tag numbers that will be used to communicate the distributed matrix data amongst the domains. The base tag number can be thought of as the identification number for the distributed matrix object. More...
 
type(matrix_type), pointer matrix
 A pointer to the matrix to store the rows corresponding to this domain. More...
 

Detailed Description

Contains information for a CMISS distributed matrix.

Definition at line 797 of file types.f90.

Member Data Documentation

integer(intg) types::distributed_matrix_cmiss_type::base_tag_number

The base number for the MPI tag numbers that will be used to communicate the distributed matrix data amongst the domains. The base tag number can be thought of as the identification number for the distributed matrix object.

Definition at line 799 of file types.f90.

type(distributed_matrix_type), pointer types::distributed_matrix_cmiss_type::distributed_matrix

A pointer to the distributed matrix.

Definition at line 798 of file types.f90.

type(matrix_type), pointer types::distributed_matrix_cmiss_type::matrix

A pointer to the matrix to store the rows corresponding to this domain.

Definition at line 800 of file types.f90.