Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1597 PetscInt myFace[2] = {-1, -1}; in DMPlexCreateConnectivity_pforest() local
1648myFace[s] = PetscFaceToP4estFace[i]; in DMPlexCreateConnectivity_pforest()
1651 …lCompose(N, orient, DMPolytopeConvertNewOrientation_Internal(ct, P4estFaceToPetscOrnt[myFace[s]])); in DMPlexCreateConnectivity_pforest()
1675 …p4estOrient = ((myFace[s] <= myFace[1 - s]) || (orntAtoB < 0)) ? p4estFirstVert : ((p4estFirstVert… in DMPlexCreateConnectivity_pforest()
1680 …conn->tree_to_face[P4EST_FACES * (p - cStart) + myFace[s]] = (int8_t)(myFace[1 - s] + p4estOrient … in DMPlexCreateConnectivity_pforest()