OpenCMISS-Iron Internal API Documentation
DISTRIBUTED_MATRIX_VECTOR::GhostingTypes

Distributed matrix-vector ghosting types. More...

Variables

integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_include_ghosts_type =1
 Include ghost values in the distributed matrix/vector. More...
 
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_no_ghosts_type =2
 Do not include ghost values/rows in the distributed matrix/vector. More...
 

Detailed Description

Distributed matrix-vector ghosting types.

See also
DISTRIBUTED_MATRIX_VECTOR

Variable Documentation