#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMPolytopeMatchOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt, PetscBool *found)Not collective
ct | - The DMPolytopeType | |
sourceCone | - The source arrangement of faces | |
targetCone | - The target arrangement of faces |
ornt | - The orientation which will take the source arrangement to the target arrangement | |
found | - Flag indicating that a suitable orientation was found |