Searched refs:orntAtoB (Results 1 – 1 of 1) sorted by relevance
1657 PetscInt orntAtoB; in DMPlexCreateConnectivity_pforest() local1663 orntAtoB = DihedralCompose(N, DihedralInvert(N, myOrnt[1 - s]), myOrnt[s]); in DMPlexCreateConnectivity_pforest()1668 p4estOrient = orntAtoB < 0 ? -(orntAtoB + 1) : orntAtoB; in DMPlexCreateConnectivity_pforest()1671 PetscInt firstVert = orntAtoB < 0 ? ((-orntAtoB) % N) : orntAtoB; in DMPlexCreateConnectivity_pforest()1675 …p4estOrient = ((myFace[s] <= myFace[1 - s]) || (orntAtoB < 0)) ? p4estFirstVert : ((p4estFirstVert… in DMPlexCreateConnectivity_pforest()