:orphan: # DMPlexSetReferenceTree set the reference tree for hierarchically non-conforming meshes. ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexSetReferenceTree(DM dm, DM ref) ``` Not Collective ## Input Parameters - ***dm -*** The `DMPLEX` object - ***ref -*** The reference tree `DMPLEX` object ## See Also [](ch_unstructured), `DM`, `DMPLEX`,`DMPlexGetReferenceTree()`, `DMPlexCreateDefaultReferenceTree()` ## Level intermediate ## Location src/dm/impls/plex/plextree.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plextree.c) [Index of all DMPlex routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)