Searched refs:coarseToFineEmbedded (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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 [all …]
|