:orphan:
# PCHPDDMHasNeumannMat
Informs `PCHPDDM` that the `Mat` passed to `PCHPDDMSetAuxiliaryMat()` is the local Neumann matrix.
## Synopsis
```
#include "petscpc.h"
PetscErrorCode PCHPDDMHasNeumannMat(PC pc, PetscBool has)
```
## Input Parameters
- ***pc -*** preconditioner context
- ***has -*** Boolean value
## Notes
This may be used to bypass a call to `MatCreateSubMatrices()` and to `MatConvert()` for `MATSBAIJ` matrices.
If a `DMCreateNeumannOverlap()` implementation is available in the `DM` attached to the Pmat, or the Amat, or the `PC`, the flag is internally set to `PETSC_TRUE`. Its default value is otherwise `PETSC_FALSE`.
## See Also
`PCHPDDM`, `PCHPDDMSetAuxiliaryMat()`
## Level
intermediate
## Location
src/ksp/pc/impls/hpddm/pchpddm.cxx
## Examples
src/ksp/ksp/tutorials/ex76.c
src/ksp/ksp/tutorials/ex76f.F90
## Implementations
PCHPDDMHasNeumannMat_HPDDM in src/ksp/pc/impls/hpddm/pchpddm.cxx
---
[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)