OpenCMISS-Iron Internal API Documentation
distributed_matrix_vector::distributedvector_ghostingtypeset Interface Reference

Private Member Functions

subroutine distributed_vector_ghosting_type_set (DISTRIBUTED_VECTOR, GHOSTING_TYPE, ERR, ERROR,)
 Sets/changes the ghosting type for a distributed vector. More...
 

Detailed Description

Definition at line 418 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_ghostingtypeset::distributed_vector_ghosting_type_set ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(in)  GHOSTING_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the ghosting type for a distributed vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]ghosting_typeThe ghosting type
See also
DISTRIBUTED_MATRIX_VECTOR::GhostingTypes,DISTRIBUTED_MATRIX_VECTOR
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 7175 of file distributed_matrix_vector.f90.