#include "petscdmplex.h" PetscErrorCode DMPlexReferenceTreeGetChildSymmetry(DM dm, PetscInt parent, PetscInt parentOrientA, PetscInt childOrientA, PetscInt childA, PetscInt parentOrientB, PetscInt *childOrientB, PetscInt *childB)
dm | - the reference tree DMPlex object | |
parent | - the parent point | |
parentOrientA | - the reference orientation for describing the parent | |
childOrientA | - the reference orientation for describing the child | |
childA | - the reference childID for describing the child | |
parentOrientB | - the new orientation for describing the parent |
childOrientB | - if not NULL, set to the new oreintation for describing the child | |
childB | - if not NULL, the new childID for describing the child |