PETSc version 3.16.6
Fix/Edit manual page

DMShellSetLocalToLocalVecScatter

Sets a VecScatter context for local to local communication

Synopsis

#include "petscdmshell.h"  
PetscErrorCode DMShellSetLocalToLocalVecScatter(DM dm, VecScatter ltol)
Logically Collective on dm

Input Parameters

dm - the shell DM
ltol - the local to local VecScatter context

See Also

DMShellSetLocalToLocal(), DMLocalToLocalBeginDefaultShell(), DMLocalToLocalEndDefaultShell()

Level

advanced

Location

src/dm/impls/shell/dmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages