Searched refs:pParent (Results 1 – 1 of 1) sorted by relevance
3168 PetscInt qParent = closure[2 * l], q, pp = p, pParent = p; in DMPforestLabelsInitialize() local3178 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()