Searched refs:childClosures (Results 1 – 1 of 1) sorted by relevance
2505 PetscInt *childClosures[P4EST_CHILDREN] = {NULL}; in DMPforestGetTransferSF_Point() local2526 …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()