petsc-3.3-p7 2013-05-11

DMRefineHierarchy

Refines a DM object, all levels at once

Synopsis

#include "petscdm.h"     
PetscErrorCode  DMRefineHierarchy(DM dm,PetscInt nlevels,DM dmf[])
Collective on DM

Input Parameter

dm - the DM object
nlevels - the number of levels of refinement

Output Parameter

dmf -the refined DM hierarchy

See Also

DMCoarsenHierarchy(), 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