#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMPolytopeGetOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt)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 |
Note: This function will fail if no suitable orientation can be found.