Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2459 PetscSF indicesSF, matricesSF; in DMPlexComputeInterpolatorTree() local
2466 …SectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafIndicesSec, &indicesSF)); in DMPlexComputeInterpolatorTree()
2474 PetscCall(PetscSFBcastBegin(indicesSF, MPIU_INT, rootIndices, leafIndices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree()
2476 PetscCall(PetscSFBcastEnd(indicesSF, MPIU_INT, rootIndices, leafIndices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree()
2479 PetscCall(PetscSFDestroy(&indicesSF)); in DMPlexComputeInterpolatorTree()
3477 PetscSF multi, multiInv, indicesSF; in DMPlexTransferInjectorTree() local
3483 …cCall(PetscSFCreateSectionSF(multiInv, leafIndicesSec, remoteOffsets, rootIndicesSec, &indicesSF)); in DMPlexTransferInjectorTree()
3489 PetscCall(PetscSFBcastBegin(indicesSF, MPIU_INT, leafInds, rootInds, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3490 PetscCall(PetscSFBcastEnd(indicesSF, MPIU_INT, leafInds, rootInds, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3494 PetscCall(PetscSFBcastBegin(indicesSF, MPIU_SCALAR, leafVals, rootVals, MPI_REPLACE)); in DMPlexTransferInjectorTree()
[all …]