Searched refs:sourceCone (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dm.c | 9461 PetscErrorCode DMPolytopeMatchOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const Pet… in DMPolytopeMatchOrientation() argument 9477 if (sourceCone[arr[c * 2]] != targetCone[c]) break; in DMPolytopeMatchOrientation() 9510 PetscErrorCode DMPolytopeGetOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const Petsc… in DMPolytopeGetOrientation() argument 9515 PetscCall(DMPolytopeMatchOrientation(ct, sourceCone, targetCone, ornt, &found)); in DMPolytopeGetOrientation() 9595 PetscErrorCode DMPolytopeGetVertexOrientation(DMPolytopeType ct, const PetscInt sourceCone[], const… in DMPolytopeGetVertexOrientation() argument 9600 PetscCall(DMPolytopeMatchVertexOrientation(ct, sourceCone, targetCone, ornt, &found)); in DMPolytopeGetVertexOrientation()
|