Searched refs:p4estOrient (Results 1 – 1 of 1) sorted by relevance
1658 PetscInt p4estOrient; in DMPlexCreateConnectivity_pforest() local1668 p4estOrient = orntAtoB < 0 ? -(orntAtoB + 1) : orntAtoB; in DMPlexCreateConnectivity_pforest()1675 …p4estOrient = ((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()