DMAdaptFlag#
Marker in the label prescribing adaptation
Synopsis#
typedef enum {
DM_ADAPT_DETERMINE = PETSC_DETERMINE,
DM_ADAPT_KEEP = 0,
DM_ADAPT_REFINE,
DM_ADAPT_COARSEN,
DM_ADAPT_COARSEN_LAST,
DM_ADAPT_RESERVED_COUNT
} DMAdaptFlag;
See Also#
Level#
beginner
Location#
Examples#
src/dm/impls/plex/tutorials/ex10.c.html
src/ts/tutorials/ex11.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages