Home
last modified time | relevance | path

Searched refs:DMPolytopeMatchOrientation (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c302 PetscCall(DMPolytopeMatchOrientation(ctNew, oqcone, qcone, &oo, &found)); in CheckSubcells()
/petsc/doc/changes/
H A D316.md234 - Remove `DMPlexCompareOrientations()` in favor of `DMPolytopeMatchOrientation()`
/petsc/include/
H A Dpetscdm.h1143 PETSC_EXTERN PetscErrorCode DMPolytopeMatchOrientation(DMPolytopeType, const PetscInt[], const Pets…
/petsc/src/dm/impls/plex/
H A Dplexsfc.c794 … PetscCall(DMPolytopeMatchOrientation(cell_type, donor_cone, p2d_cone, &ornt, &found)); in DMPlexCorrectOrientationForIsoperiodic()
/petsc/src/dm/interface/
H A Ddm.c9461 PetscErrorCode DMPolytopeMatchOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const Pet… in DMPolytopeMatchOrientation() function
9515 PetscCall(DMPolytopeMatchOrientation(ct, sourceCone, targetCone, ornt, &found)); in DMPolytopeGetOrientation()