#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMPolytopeGetVertexOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt)Not collective
| ct | - The DMPolytopeType | |
| sourceCone | - The source arrangement of vertices | |
| targetCone | - The target arrangement of vertices |
| 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.