:orphan:
# DMGlobalToLocalEndDefaultShell
Uses the GlobalToLocal `VecScatter` context set by the user to end a global to local scatter Collective 
## Synopsis
```
#include "petscdmshell.h"  
PetscErrorCode DMGlobalToLocalEndDefaultShell(DM dm, Vec g, InsertMode mode, Vec l)
```

## Input Parameters

- ***dm -*** `DMSHELL`
- ***g -*** global vector
- ***mode -*** `InsertMode`
- ***l -*** local vector





## See Also
 `DM`, `DMSHELL`, `DMGlobalToLocalBeginDefaultShell()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/shell/dmshell.c.html#DMGlobalToLocalEndDefaultShell">src/dm/impls/shell/dmshell.c</A>


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


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