Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1658 PetscInt p4estOrient; in DMPlexCreateConnectivity_pforest() local
1668 p4estOrient = orntAtoB < 0 ? -(orntAtoB + 1) : orntAtoB; in DMPlexCreateConnectivity_pforest()
1675p4estOrient = ((myFace[s] <= myFace[1 - s]) || (orntAtoB < 0)) ? p4estFirstVert : ((p4estFirstVert… in DMPlexCreateConnectivity_pforest()
1680 …face[P4EST_FACES * (p - cStart) + myFace[s]] = (int8_t)(myFace[1 - s] + p4estOrient * P4EST_FACES); in DMPlexCreateConnectivity_pforest()