Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2345 MPI_Datatype nodeClosureType; in DMPforestGetTransferSF_Point() local
2410 PetscCallMPI(MPI_Type_contiguous(numClosureIndices * 2, MPIU_INT, &nodeClosureType)); in DMPforestGetTransferSF_Point()
2411 PetscCallMPI(MPI_Type_commit(&nodeClosureType)); 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()
2884 PetscCallMPI(MPI_Type_free(&nodeClosureType)); in DMPforestGetTransferSF_Point()