ADDADestroy

Destroys a distributed array.

Synopsis

#include "petscda.h" 
PetscErrorCode PETSCDM_DLLEXPORT ADDADestroy(ADDA adda)
Collective on ADDA

Input Parameter

adda -the distributed array to destroy

Keywords

distributed array, destroy

See Also

ADDACreate()

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

Examples

src/ksp/ksp/examples/tutorials/ex40.c.html