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