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_vector | A pointer to the distributed vector to override |
[in] | override_vector | The override vector |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 7391 of file distributed_matrix_vector.f90.