Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2601 PetscInt *pointClosure = NULL; in DMPforestGetTransferSF_Point() local
2606 … PetscCall(DMPlexGetTransitiveClosure(plexF, c + cLocalStartF, PETSC_TRUE, NULL, &pointClosure)); in DMPforestGetTransferSF_Point()
2608 PetscInt p = pointClosure[2 * cl]; in DMPforestGetTransferSF_Point()
2638 …arentOrnt, ornt, point, DMPolytopeConvertNewOrientation_Internal(rct, pointClosure[2 * rcl + 1]), … in DMPforestGetTransferSF_Point()
2646 …etscCall(DMPlexRestoreTransitiveClosure(plexF, c + cLocalStartF, PETSC_TRUE, NULL, &pointClosure)); in DMPforestGetTransferSF_Point()