Lines Matching refs:coarseToFineEmbedded

2066   PetscSF              coarseToFineEmbedded;  in DMPlexComputeInterpolatorTree()  local
2107 …tscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFineEmbedded)); in DMPlexComputeInterpolatorTree()
2113 PetscCall(PetscSFReduceBegin(coarseToFineEmbedded, MPIU_INT, childIds, maxChildIds, MPI_MAX)); in DMPlexComputeInterpolatorTree()
2114 PetscCall(PetscSFReduceEnd(coarseToFineEmbedded, MPIU_INT, childIds, maxChildIds, MPI_MAX)); in DMPlexComputeInterpolatorTree()
2464 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootIndicesSec, &remoteOffsetsIndices, le… in DMPlexComputeInterpolatorTree()
2465 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootMatricesSec, &remoteOffsetsMatrices, … in DMPlexComputeInterpolatorTree()
2466 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafI… in DMPlexComputeInterpolatorTree()
2467 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootMatricesSec, remoteOffsetsMatrices, lea… in DMPlexComputeInterpolatorTree()
2468 PetscCall(PetscSFDestroy(&coarseToFineEmbedded)); in DMPlexComputeInterpolatorTree()
3287 PetscSF coarseToFineEmbedded; in DMPlexTransferInjectorTree() local
3356 …tscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFineEmbedded)); in DMPlexTransferInjectorTree()
3407 …PetscCall(PetscSFBcastBegin(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndId… in DMPlexTransferInjectorTree()
3408 …PetscCall(PetscSFBcastEnd(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndIdFi… in DMPlexTransferInjectorTree()
3438 PetscCall(PetscSFDestroy(&coarseToFineEmbedded)); in DMPlexTransferInjectorTree()
3440 coarseToFineEmbedded = sfToParents; in DMPlexTransferInjectorTree()
3461 …PetscCall(PetscSFCreateEmbeddedRootSF(coarseToFineEmbedded, numPointsWithDofs, pointsWithDofs, &sf… in DMPlexTransferInjectorTree()
3462 PetscCall(PetscSFDestroy(&coarseToFineEmbedded)); in DMPlexTransferInjectorTree()
3464 coarseToFineEmbedded = sfDofsOnly; in DMPlexTransferInjectorTree()
3468 PetscCall(PetscSFComputeDegreeBegin(coarseToFineEmbedded, &rootDegrees)); in DMPlexTransferInjectorTree()
3469 PetscCall(PetscSFComputeDegreeEnd(coarseToFineEmbedded, &rootDegrees)); in DMPlexTransferInjectorTree()
3480 PetscCall(PetscSFGetMultiSF(coarseToFineEmbedded, &multi)); in DMPlexTransferInjectorTree()
3502 PetscCall(PetscSFDestroy(&coarseToFineEmbedded)); in DMPlexTransferInjectorTree()
3751 PetscSF coarseToFineEmbedded; in DMPlexTransferVecTree_Interpolate() local
3801 …tscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFineEmbedded)); in DMPlexTransferVecTree_Interpolate()
3807 PetscCall(PetscSFReduceBegin(coarseToFineEmbedded, MPIU_INT, cids, maxChildIds, MPIU_MAX)); in DMPlexTransferVecTree_Interpolate()
3808 PetscCall(PetscSFReduceEnd(coarseToFineEmbedded, MPIU_INT, cids, maxChildIds, MPIU_MAX)); in DMPlexTransferVecTree_Interpolate()
3930 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootValuesSec, &remoteOffsetsValues, leaf… in DMPlexTransferVecTree_Interpolate()
3931 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootValuesSec, remoteOffsetsValues, leafVal… in DMPlexTransferVecTree_Interpolate()
3932 PetscCall(PetscSFDestroy(&coarseToFineEmbedded)); in DMPlexTransferVecTree_Interpolate()