DADestroy

Destroys a distributed array.

Synopsis

#include "petscda.h"   
int DADestroy(DA da)
Collective on DA

Input Parameter

da -the distributed array to destroy

Keywords

distributed array, destroy

See Also

DACreate1d(), DACreate2d(), DACreate3d()

Level:beginner
Location:
src/dm/da/src/dadestroy.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex14.c
src/sles/examples/tutorials/ex18.c
src/sles/examples/tutorials/ex20.c
src/sles/examples/tutorials/ex14f.F
src/snes/examples/tutorials/ex3.c
src/snes/examples/tutorials/ex5.c
src/snes/examples/tutorials/ex5c.c
src/snes/examples/tutorials/ex7.c
src/snes/examples/tutorials/ex8.c
src/snes/examples/tutorials/ex9.c
src/snes/examples/tutorials/ex12.c