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

Private Member Functions

subroutine distributed_vector_override_set_on (DISTRIBUTED_VECTOR, OVERRIDE_VECTOR, ERR, ERROR,)
 Sets the override vector for a distributed vector. More...
 

Detailed Description

Definition at line 430 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_overrideseton::distributed_vector_override_set_on ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
type(petscvectype), intent(in)  OVERRIDE_VECTOR,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the override vector for a distributed vector.

Parameters
distributed_vectorA pointer to the distributed vector to override
[in]override_vectorThe override vector
[out]errThe error code
[out]errorThe error string

Definition at line 7391 of file distributed_matrix_vector.f90.