Home
last modified time | relevance | path

Searched refs:pParent (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
3178 PetscCall(DMPlexGetTreeParent(plex, pp, &pParent, NULL)); in DMPforestLabelsInitialize()
3180 while (pParent != pp) { /* check parents of p */ in DMPforestLabelsInitialize()
3181 pp = pParent; in DMPforestLabelsInitialize()
3186 PetscCall(DMPlexGetTreeParent(plex, pp, &pParent, NULL)); in DMPforestLabelsInitialize()