:orphan: # PCHYPRESetBetaPoissonMatrix Set Poisson matrix for `PCHYPRE` of type ams ## Synopsis ``` #include "petscpc.h" PetscErrorCode PCHYPRESetBetaPoissonMatrix(PC pc, Mat A) ``` Collective ## Input Parameters - ***pc -*** the preconditioning context - ***A -*** the matrix, or NULL to turn it off ## Note A should be obtained by discretizing the Poisson problem with linear finite elements. ## Developer Note This automatically converts the matrix to `MATHYPRE` if it is not already of that type If this is only for `PCHYPRE` type of ams it should be called `PCHYPREAMSPCHYPRESetBetaPoissonMatrix()` ## See Also `PCHYPRE`, `PCHYPRESetDiscreteGradient()`, `PCHYPRESetDiscreteCurl()`, `PCHYPRESetAlphaPoissonMatrix()` ## Level intermediate ## Location src/ksp/pc/impls/hypre/hypre.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/hypre/hypre.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)