Searched refs:firstVert (Results 1 – 1 of 1) sorted by relevance
1671 PetscInt firstVert = orntAtoB < 0 ? ((-orntAtoB) % N) : orntAtoB; in DMPlexCreateConnectivity_pforest() local1672 PetscInt p4estFirstVert = firstVert < 2 ? firstVert : (firstVert ^ 1); in DMPlexCreateConnectivity_pforest()