:orphan:
# PCHYPREAMSSetInteriorNodes
Set the list of interior nodes to a zero-conductivity region for `PCHYPRE` of type ams 
## Synopsis
```
#include "petscpc.h" 
PetscErrorCode PCHYPREAMSSetInteriorNodes(PC pc, Vec interior)
```
Collective


## Input Parameters

- ***pc -*** the preconditioning context
- ***interior -*** vector. node is interior if its entry in the array is 1.0.





## Note
This calls `HYPRE_AMSSetInteriorNodes()`


## Developer Note
If this is only for  `PCHYPRE` type of ams it should be called `PCHYPREAMSSetInteriorNodes()`


## See Also
 `PCHYPRE`, `PCHYPRESetDiscreteGradient()`, `PCHYPRESetDiscreteCurl()`, `PCHYPRESetAlphaPoissonMatrix()`

## Level
intermediate

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

## Implementations

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


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