DMDestroy#

Destroys a DM.

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMDestroy(DM *dm)

Collective

Input Parameter#

  • dm - the DM object to destroy

See Also#

DM Basics, DM, DMCreate(), DMType, DMSetType(), DMView(), DMCreateGlobalVector(), DMCreateInterpolation(), DMCreateColoring(), DMCreateMatrix()

Level#

developer

Location#

src/dm/interface/dm.c

Examples#

src/ts/tutorials/ex9.c
src/ts/tutorials/ex29.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex50.c
src/ts/tutorials/ex21.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex7.c

Implementations#

DMDestroy_Composite() in src/dm/impls/composite/pack.c
DMDestroy_DA() in src/dm/impls/da/dadestroy.c
DMDestroy_Forest() in src/dm/impls/forest/forest.c
DMDestroy_Moab() in src/dm/impls/moab/dmmoab.cxx
DMDestroy_Network() in src/dm/impls/network/network.c
DMDestroy_Patch() in src/dm/impls/patch/patch.c
DMDestroy_Plex() in src/dm/impls/plex/plex.c
DMDestroy_Product() in src/dm/impls/product/product.c
DMDestroy_Redundant() in src/dm/impls/redundant/dmredundant.c
DMDestroy_Shell() in src/dm/impls/shell/dmshell.c
DMDestroy_Sliced() in src/dm/impls/sliced/sliced.c
DMDestroy_Stag() in src/dm/impls/stag/stag.c
DMDestroy_Swarm() in src/dm/impls/swarm/swarm.c
DMDestroy_SNESVI() in src/snes/impls/vi/rs/virs.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages