DMMGDestroy

Destroys a DA based multigrid solver object.

Synopsis

#include "petscda.h"     
#include "petscksp.h"    
#include "petscmg.h"    
PetscErrorCode DMMGDestroy(DMMG *dmmg)
Collective on DMMG

Input Parameter

- the context -

See Also

DMMGCreate()

Level:advanced
Location:
src/ksp/utils/damg.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/examples/tutorials/ex22.c.html
src/ksp/examples/tutorials/ex25.c.html
src/ksp/examples/tutorials/ex28.c.html
src/ksp/examples/tutorials/ex29.c.html
src/ksp/examples/tutorials/ex22f.F.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/ex22.c.html
src/snes/examples/tutorials/ex23.c.html
src/snes/examples/tutorials/ex24.c.html