:orphan:
# PCHPDDMSetDeflationMat
Sets the deflation space used to assemble a coarser operator. 
## Synopsis
```
#include "petscpc.h" 
PetscErrorCode PCHPDDMSetDeflationMat(PC pc, IS is, Mat U)
```

## Input Parameters

- ***pc -*** preconditioner context
- ***is -*** index set of the local deflation matrix
- ***U -*** deflation sequential matrix stored as a `MATSEQDENSE`





## See Also
 `PCHPDDM`, `PCDeflationSetSpace()`, `PCMGSetRestriction()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/hpddm/pchpddm.cxx.html#PCHPDDMSetDeflationMat">src/ksp/pc/impls/hpddm/pchpddm.cxx</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/hpddm/pchpddm.cxx.html#PCHPDDMSetDeflationMat_HPDDM">PCHPDDMSetDeflationMat_HPDDM in src/ksp/pc/impls/hpddm/pchpddm.cxx</A><BR>


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


[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)  
