Searched refs:bcSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 340 PetscSF bcSF; in PetscSFDistributeSection() local 347 PetscCall(PetscSFCreateSectionSF(embedSF, rootSection->bc, rOffBc, leafSection->bc, &bcSF)); in PetscSFDistributeSection() 348 …PetscCall(PetscSFBcastBegin(bcSF, MPIU_INT, rootSection->bcIndices, leafSection->bcIndices, MPI_RE… in PetscSFDistributeSection() 349 …PetscCall(PetscSFBcastEnd(bcSF, MPIU_INT, rootSection->bcIndices, leafSection->bcIndices, MPI_REPL… in PetscSFDistributeSection() 350 PetscCall(PetscSFDestroy(&bcSF)); in PetscSFDistributeSection() 356 …scSFCreateSectionSF(embedSF, rootSection->field[f]->bc, rOffBc, leafSection->field[f]->bc, &bcSF)); in PetscSFDistributeSection() 357 …PetscCall(PetscSFBcastBegin(bcSF, MPIU_INT, rootSection->field[f]->bcIndices, leafSection->field[f… in PetscSFDistributeSection() 358 …PetscCall(PetscSFBcastEnd(bcSF, MPIU_INT, rootSection->field[f]->bcIndices, leafSection->field[f]-… in PetscSFDistributeSection() 359 PetscCall(PetscSFDestroy(&bcSF)); in PetscSFDistributeSection()
|