:orphan: # DMLocalToLocalEndDefaultShell Uses the LocalToLocal `VecScatter` context set by the user to end a local to local scatter Collective ## Synopsis ``` #include "petscdmshell.h" PetscErrorCode DMLocalToLocalEndDefaultShell(DM dm, Vec g, InsertMode mode, Vec l) ``` ## Input Parameters - ***dm -*** `DMSHELL` - ***g -*** the original local vector - ***mode -*** `InsertMode` ## Output Parameter - ***l -*** the local vector with correct ghost values ## See Also `DM`, `DMSHELL`, `DMLocalToLocalBeginDefaultShell()` ## Level advanced ## Location src/dm/impls/shell/dmshell.c --- [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)