petsc-3.4.5 2014-06-29

VecScatterDestroy

Destroys a scatter context created by VecScatterCreate().

Synopsis

#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/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