Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2767 PetscInt k, thisp = p, limit; in DMPforestGetTransferSF_Point() local
2776 PetscCall(DMPlexGetTreeParent(plexF, thisp, &parent, NULL)); in DMPforestGetTransferSF_Point()
2777 if (parent == thisp) break; in DMPforestGetTransferSF_Point()
2782 thisp = parent; in DMPforestGetTransferSF_Point()