OpenCMISS-Iron Internal API Documentation
|
Contains the information for a vector that is distributed across a number of domains. More...
Public Attributes | |
logical | vector_finished |
!<Is .TRUE. if the distributed vector has finished being created, .FALSE. if not. More... | |
integer(intg) | library_type |
The format of the distributed vector. More... | |
integer(intg) | ghosting_type |
The ghosting type. More... | |
type(domain_mapping_type), pointer | domain_mapping |
The pointer for the domain mapping that identifies how the vector is distributed amongst the domains. More... | |
integer(intg) | data_type |
The type of data for the distributed vector. More... | |
type(distributed_vector_cmiss_type), pointer | cmiss |
A pointer to the CMISS distributed vector information. More... | |
type(distributed_vector_petsc_type), pointer | petsc |
A pointer to the PETSc distributed vector information. More... | |
Contains the information for a vector that is distributed across a number of domains.
type(distributed_vector_cmiss_type), pointer types::distributed_vector_type::cmiss |
integer(intg) types::distributed_vector_type::data_type |
The type of data for the distributed vector.
type(domain_mapping_type), pointer types::distributed_vector_type::domain_mapping |
integer(intg) types::distributed_vector_type::ghosting_type |
The ghosting type.
integer(intg) types::distributed_vector_type::library_type |
The format of the distributed vector.
type(distributed_vector_petsc_type), pointer types::distributed_vector_type::petsc |