petsc-3.7.5 2017-01-01
Report Typos and Errors

DMPlexGetReferenceTree

get the reference tree for hierarchically non-conforming meshes.

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetReferenceTree(DM dm, DM *ref)
Not collective

Input Parameters

dm -The DMPlex object

Output Parameters

ref -The reference tree DMPlex object

See Also

DMPlexSetReferenceTree(), DMPlexCreateDefaultReferenceTree()

Level:intermediate
Location:
src/dm/impls/plex/plextree.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages