Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1671 PetscInt firstVert = orntAtoB < 0 ? ((-orntAtoB) % N) : orntAtoB; in DMPlexCreateConnectivity_pforest() local
1672 PetscInt p4estFirstVert = firstVert < 2 ? firstVert : (firstVert ^ 1); in DMPlexCreateConnectivity_pforest()