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/ex22.c.html
src/sles/examples/tutorials/ex25.c.html
src/sles/examples/tutorials/ex14f.F.html
src/snes/examples/tutorials/ex3.c.html
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex14.c.html
src/snes/examples/tutorials/ex18.c.html
src/snes/examples/tutorials/ex19.c.html
src/snes/examples/tutorials/ex20.c.html
src/snes/examples/tutorials/ex21.c.html
src/snes/examples/tutorials/ex22.c.html