petsc-3.14.6 2021-03-30
Report Typos and Errors
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
DMPlexGetReferenceTree
(),
DMPlexCreateDefaultReferenceTree
()
Level
intermediate
Location
src/dm/impls/plex/plextree.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages