petsc-3.10.5 2019-03-28
Report Typos and Errors

DMShellSetGlobalToLocalVecScatter

Sets a VecScatter context for global to local communication

Synopsis

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

Input Arguments

dm - the shell DM
gtol - the global to local VecScatter context

See Also

DMShellSetGlobalToLocal(), DMGlobalToLocalBeginDefaultShell(), DMGlobalToLocalEndDefaultShell()

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