petsc-3.3-p7 2013-05-11
VecScatterDestroy
Destroys a scatter context created by VecScatterCreate().
Synopsis
#include "petscis.h"
#include "petscvec.h"
PetscErrorCode VecScatterDestroy(VecScatter *ctx)
Collective on VecScatter
Input Parameter
ctx -the scatter context
See Also
VecScatterCreate(), VecScatterCopy()
Level:intermediate
Location:src/vec/vec/utils/vscat.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/dm/ao/examples/tutorials/ex2.c.html
src/dm/examples/tutorials/ex2.c.html
src/dm/examples/tutorials/ex6.c.html
src/dm/examples/tutorials/ex6f90.F.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex49.c.html
src/snes/examples/tutorials/ex1.c.html