Searched refs:matricesSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2459 PetscSF indicesSF, matricesSF; in DMPlexComputeInterpolatorTree() local 2467 …ionSF(coarseToFineEmbedded, rootMatricesSec, remoteOffsetsMatrices, leafMatricesSec, &matricesSF)); in DMPlexComputeInterpolatorTree() 2475 PetscCall(PetscSFBcastBegin(matricesSF, MPIU_SCALAR, rootMatrices, leafMatrices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree() 2477 PetscCall(PetscSFBcastEnd(matricesSF, MPIU_SCALAR, rootMatrices, leafMatrices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree() 2478 PetscCall(PetscSFDestroy(&matricesSF)); in DMPlexComputeInterpolatorTree()
|