petsc-3.13.6 2020-09-29
Report Typos and Errors

VecScatter

Object used to manage communication of data between vectors in parallel. Manages both scatters and gathers

Synopsis

typedef struct _p_VecScatter*  VecScatter;

See Also

VecScatterCreate(), VecScatterBegin(), VecScatterEnd()

Level

beginner

Location

src/vec/vscat/../../../include/petscvec.h

Examples

src/tao/pde_constrained/tutorials/elliptic.c.html
src/tao/pde_constrained/tutorials/parabolic.c.html
src/tao/pde_constrained/tutorials/hyperbolic.c.html

Implementations

_p_VecScatter in include/petsc/private/vecscatterimpl.h

Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages