:orphan: # DMShellSetLocalToLocalVecScatter Sets a `VecScatter` context for local to local communication ## Synopsis ``` #include "petscdmshell.h" PetscErrorCode DMShellSetLocalToLocalVecScatter(DM dm, VecScatter ltol) ``` Logically Collective Input Parameters - ***dm -*** the `DMSHELL` - ***ltol -*** the local to local `VecScatter` context ## See Also `DM`, `DMSHELL`, `DMShellSetLocalToLocal()`, `DMLocalToLocalBeginDefaultShell()`, `DMLocalToLocalEndDefaultShell()` ## 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)