Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2505 PetscInt *childClosures[P4EST_CHILDREN] = {NULL}; in DMPforestGetTransferSF_Point() local
2526 …PetscCall(DMPlexGetTransitiveClosure(refTree, child + 1, PETSC_TRUE, NULL, &childClosures[child])); in DMPforestGetTransferSF_Point()
2609 PetscInt point = childClosures[cid][2 * cl]; in DMPforestGetTransferSF_Point()
2610 PetscInt ornt = childClosures[cid][2 * cl + 1]; in DMPforestGetTransferSF_Point()
2857 …cCall(DMPlexRestoreTransitiveClosure(refTree, child + 1, PETSC_TRUE, NULL, &childClosures[child])); in DMPforestGetTransferSF_Point()