# PCRedundantGetOperators
gets the sequential matrix and preconditioner matrix 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode PCRedundantGetOperators(PC pc, Mat *mat, Mat *pmat)
```
Not Collective


## Input Parameter

- ***pc -*** the preconditioner context



## Output Parameters

- ***mat -*** the matrix
- ***pmat -*** the (possibly different) preconditioner matrix





## See Also
 `PCREDUNDANT`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/redundant/redundant.c.html#PCRedundantGetOperators">src/ksp/pc/impls/redundant/redundant.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/redundant/redundant.c.html#PCRedundantGetOperators_Redundant">PCRedundantGetOperators_Redundant in src/ksp/pc/impls/redundant/redundant.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/redundant/redundant.c)


[Index of all PC routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
