subroutine distributed_matrix_vector::distributedmatrix_overrideseton::distributed_matrix_override_set_on |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
type(petscmattype), intent(in) |
OVERRIDE_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the override matrix for a distributed matrix.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix to override |
[in] | override_matrix | The override matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2554 of file distributed_matrix_vector.f90.