Searched refs:sfMulti (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1270 PetscSF sfMulti, sfInverse, sfCandidates; in DMPlexInterpolatePointSF() local 1273 PetscCall(PetscSFGetMultiSF(pointSF, &sfMulti)); in DMPlexInterpolatePointSF() 1274 PetscCall(PetscSFCreateInverseSF(sfMulti, &sfInverse)); in DMPlexInterpolatePointSF() 1412 PetscSF sfMulti, sfClaims, sfPointNew; in DMPlexInterpolatePointSF() local 1418 PetscCall(PetscSFGetMultiSF(pointSF, &sfMulti)); in DMPlexInterpolatePointSF() 1420 …PetscCall(PetscSFDistributeSection(sfMulti, candidateRemoteSection, &remoteOffsets, claimSection)); in DMPlexInterpolatePointSF() 1421 …PetscCall(PetscSFCreateSectionSF(sfMulti, candidateRemoteSection, remoteOffsets, claimSection, &sf… in DMPlexInterpolatePointSF()
|