Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c9461 …ntation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *orn… in DMPolytopeMatchOrientation() argument
9477 if (sourceCone[arr[c * 2]] != targetCone[c]) break; in DMPolytopeMatchOrientation()
9510 …ntation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *orn… in DMPolytopeGetOrientation() argument
9515 PetscCall(DMPolytopeMatchOrientation(ct, sourceCone, targetCone, ornt, &found)); in DMPolytopeGetOrientation()
9595 …ntation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *orn… in DMPolytopeGetVertexOrientation() argument
9600 PetscCall(DMPolytopeMatchVertexOrientation(ct, sourceCone, targetCone, ornt, &found)); in DMPolytopeGetVertexOrientation()