OpenCMISS-Iron Internal API Documentation
|
Contains the information for a matrix that is distributed across a number of domains. More...
Public Attributes | |
logical | matrix_finished |
Is .TRUE. if the distributed matrix has finished being created, .FALSE. if not. More... | |
integer(intg) | library_type |
The library of the distributed matrix. More... | |
integer(intg) | ghosting_type |
The ghosting type. More... | |
type(domain_mapping_type), pointer | row_domain_mapping |
The pointer for the domain mapping that identifies how the matrix rows are distributed amongst the domains. More... | |
type(domain_mapping_type), pointer | column_domain_mapping |
The pointer for the domain mapping that identifies how the matrix columns are distributed amongst the domains. More... | |
integer(intg) | data_type |
The type of data for the distributed matrix. More... | |
type(distributed_matrix_cmiss_type), pointer | cmiss |
A pointer to the CMISS distributed matrix information. More... | |
type(distributed_matrix_petsc_type), pointer | petsc |
A pointer to the PETSc distributed matrix information. More... | |
Contains the information for a matrix that is distributed across a number of domains.
type(distributed_matrix_cmiss_type), pointer types::distributed_matrix_type::cmiss |
type(domain_mapping_type), pointer types::distributed_matrix_type::column_domain_mapping |
integer(intg) types::distributed_matrix_type::data_type |
The type of data for the distributed matrix.
integer(intg) types::distributed_matrix_type::ghosting_type |
The ghosting type.
integer(intg) types::distributed_matrix_type::library_type |
The library of the distributed matrix.
logical types::distributed_matrix_type::matrix_finished |
type(distributed_matrix_petsc_type), pointer types::distributed_matrix_type::petsc |
type(domain_mapping_type), pointer types::distributed_matrix_type::row_domain_mapping |