:orphan: # DMForestSetBaseDM During the pre-setup phase, set the `DM` that defines the base mesh of a `DMFOREST` forest. The forest will be hierarchically refined from the base, and all refinements/coarsenings of the forest will share its base. In general, two forest must share a base to be comparable, to do things like construct interpolators. ## Synopsis ``` #include "petscdmforest.h" #include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMForestSetBaseDM(DM dm, DM base) ``` Logically Collective ## Input Parameters - ***dm -*** the forest - ***base -*** the base `DM` of the forest ## Note Currently the base `DM` must be a `DMPLEX` ## See Also `DM`, `DMFOREST`, `DMForestGetBaseDM()` ## Level intermediate ## Location src/dm/impls/forest/forest.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/forest/forest.c) [Index of all DMForest routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)