DMAdaptLabel#
Adapt a DM
based on a DMLabel
with values interpreted as coarsening and refining flags. Specific implementations of DM
maybe have specialized flags, but all implementations should accept flag values DM_ADAPT_DETERMINE
, DM_ADAPT_KEEP
, DM_ADAPT_REFINE
, and, DM_ADAPT_COARSEN
.
Synopsis#
#include "petscdm.h"
PetscErrorCode DMAdaptLabel(DM dm, DMLabel label, DM *dmAdapt)
Collective
Input Parameters#
dm - the pre-adaptation
DM
objectlabel - label with the flags
Output Parameters#
See Also#
DM
, DMAdaptMetric()
, DMCoarsen()
, DMRefine()
Level#
intermediate
Location#
Examples#
Implementations#
DMAdaptLabel_Forest() in src/dm/impls/forest/forest.c
DMAdaptLabel_Plex() in src/dm/impls/plex/plexadapt.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages