petsc-3.5.4 2015-05-23
Report Typos and Errors

DMGetCoarsenLevel

Get's the number of coarsenings that have generated this DM.

Synopsis

#include "petscdm.h"     
PetscErrorCode  DMGetCoarsenLevel(DM dm,PetscInt *level)
Not Collective

Input Parameter

dm -the DM object

Output Parameter

level -number of coarsenings

See Also

DMCoarsen(), DMGetRefineLevel(), DMDestroy(), DMView(), DMCreateGlobalVector(), DMCreateInterpolation()

Level:developer
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex48.c.html