:orphan:
# SNESNASMGetSubdomains
Get the local subdomain contexts for the nonlinear additive Schwarz solver 
## Synopsis
```
#include "petscsnes.h"   
PetscErrorCode SNESNASMGetSubdomains(SNES snes, PetscInt *n, SNES *subsnes[], VecScatter *iscatter[], VecScatter *oscatter[], VecScatter *gscatter[])
```
Not Collective but some of the objects returned will be parallel


## Input Parameter

- ***snes -*** the `SNES` context



## Output Parameters

- ***n -*** the number of local subdomains
- ***subsnes -*** solvers defined on the local subdomains
- ***iscatter -*** scatters into the nonoverlapping portions of the local subdomains
- ***oscatter -*** scatters into the overlapping portions of the local subdomains
- ***gscatter -*** scatters into the (ghosted) local vector of the local subdomain





## See Also
 `SNESNASM`, `SNESNASMSetSubdomains()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/impls/nasm/nasm.c.html#SNESNASMGetSubdomains">src/snes/impls/nasm/nasm.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/impls/nasm/nasm.c.html#SNESNASMGetSubdomains_NASM">SNESNASMGetSubdomains_NASM in src/snes/impls/nasm/nasm.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/impls/nasm/nasm.c)


[Index of all SNES routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
