petsc-3.11.4 2019-09-28
DMSetCoarsenLevel
Sets the number of coarsenings that have generated this DM.
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetCoarsenLevel(DM dm,PetscInt level)
Not Collective
Input Parameters
| dm | - the DM object
|
| level | - number of coarsenings
|
See Also
DMCoarsen(), DMGetCoarsenLevel(), 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