VecScatterCopy

Makes a copy of a scatter context.

Synopsis

#include "petscvec.h" 
int VecScatterCopy(VecScatter sctx,VecScatter *ctx)
Collective on VecScatter

Input Parameter

sctx -the scatter context

Output Parameter

ctx -the context copy

See Also

VecScatterCreate(), VecScatterDestroy()

Level:advanced
Location:
src/vec/utils/vscat.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages