OpenCMISS-Iron Internal API Documentation
|
Contains information for a CMISS distributed matrix. More...
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... | |
integer(intg) types::distributed_matrix_cmiss_type::base_tag_number |
type(distributed_matrix_type), pointer types::distributed_matrix_cmiss_type::distributed_matrix |
type(matrix_type), pointer types::distributed_matrix_cmiss_type::matrix |