DMMGView

prints information on a DM based multi-level preconditioner

Synopsis

#include "petscdm.h"   
#include "petscksp.h"  
#include "petscpcmg.h"   
#include "petscdmmg.h" 
#include "petscpc.h"   
PetscErrorCode  DMMGView(DMMG *dmmg,PetscViewer viewer)
This is being deprecated. Use KSPSetDM() for linear problems and SNESSetDM() for nonlinear problems. See src/ksp/ksp/examples/tutorials/ex45.c and src/snes/examples/tutorials/ex57.c

Collective on DMMG and PetscViewer

Input Parameter

dmmg - the context
viewer - the viewer

See Also

DMMGCreate(), DMMGDestroy(), DMMGSetMatType()

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