:orphan: # PCDeflationSetCoarseMat Set the coarse problem `Mat`. ## Synopsis ``` #include "petscksp.h" PetscErrorCode PCDeflationSetCoarseMat(PC pc, Mat mat) ``` Collective ## Input Parameters - ***pc -*** preconditioner context - ***mat -*** coarse problem mat ## See Also `PCDEFLATION`, `PCDeflationGetCoarseKSP()` ## Level developer ## Location src/ksp/pc/impls/deflation/deflation.c ## Implementations PCDeflationSetCoarseMat_Deflation in src/ksp/pc/impls/deflation/deflation.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/deflation/deflation.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)