Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2346 MPI_Op sfNodeReduce; in DMPforestGetTransferSF_Point() local
2409 PetscCallMPI(MPI_Op_create(DMPforestMaxSFNode, PETSC_FALSE, &sfNodeReduce)); in DMPforestGetTransferSF_Point()
2809 PetscCall(PetscSFReduceBegin(pointSF, nodeType, roots, roots, sfNodeReduce)); in DMPforestGetTransferSF_Point()
2810 PetscCall(PetscSFReduceEnd(pointSF, nodeType, roots, roots, sfNodeReduce)); in DMPforestGetTransferSF_Point()
2885 PetscCallMPI(MPI_Op_free(&sfNodeReduce)); in DMPforestGetTransferSF_Point()