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

Private Member Functions

subroutine distributed_matrix_override_set_on (DISTRIBUTED_MATRIX, OVERRIDE_MATRIX, ERR, ERROR,)
 Sets the override matrix for a distributed matrix. More...
 

Detailed Description

Definition at line 212 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

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_matrixA pointer to the distributed matrix to override
[in]override_matrixThe override matrix
[out]errThe error code
[out]errorThe error string

Definition at line 2554 of file distributed_matrix_vector.f90.