Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2435 PetscSFNode *newClosurePointsC; in DMPforestGetTransferSF_Point() local
2448 PetscCall(PetscMalloc1(numClosureIndices * nleaves, &newClosurePointsC)); in DMPforestGetTransferSF_Point()
2467 …PetscCall(PetscSFBcastBegin(coveringSF, nodeClosureType, closurePointsC, newClosurePointsC, MPI_RE… in DMPforestGetTransferSF_Point()
2469 …PetscCall(PetscSFBcastEnd(coveringSF, nodeClosureType, closurePointsC, newClosurePointsC, MPI_REPL… in DMPforestGetTransferSF_Point()
2476 closurePointsC = newClosurePointsC; in DMPforestGetTransferSF_Point()