petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexReferenceTreeGetChildSymmetry

Given a reference tree, transform a childid and orientation from one parent frame to another

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexReferenceTreeGetChildSymmetry(DM dm, PetscInt parent, PetscInt parentOrientA, PetscInt childOrientA, PetscInt childA, PetscInt parentOrientB, PetscInt *childOrientB, PetscInt *childB)

Input Parameters

dm - the reference tree DMPlex object Many br
parent - the parent point Many br
parentOrientA - the reference orientation for describing the parent Many br
childOrientA - the reference orientation for describing the child Many br
childA - the reference childID for describing the child Many br
parentOrientB - the new orientation for describing the parent Many br

Output Parameters

Many br

See Also

DMPlexGetReferenceTree(), DMPlexSetReferenceTree(), DMPlexSetTree()

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

childOrientB - if not NULL, set to the new oreintation for describing the child Many br
childB - if not NULL, the new childID for describing the child Many br