Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3168 PetscInt qParent = closure[2 * l], q, pp = p, pParent = p; in DMPforestLabelsInitialize() local
3170 q = qParent; in DMPforestLabelsInitialize()
3175 PetscCall(DMPlexGetTreeParent(plex, q, &qParent, NULL)); in DMPforestLabelsInitialize()
3176 } while (qParent != q); in DMPforestLabelsInitialize()