Home
last modified time | relevance | path

Searched refs:sfInverse (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1270 PetscSF sfMulti, sfInverse, sfCandidates; in DMPlexInterpolatePointSF() local
1274 PetscCall(PetscSFCreateInverseSF(sfMulti, &sfInverse)); in DMPlexInterpolatePointSF()
1276 …PetscCall(PetscSFDistributeSection(sfInverse, candidateSection, &remoteOffsets, candidateRemoteSec… in DMPlexInterpolatePointSF()
1277 …PetscCall(PetscSFCreateSectionSF(sfInverse, candidateSection, remoteOffsets, candidateRemoteSectio… in DMPlexInterpolatePointSF()
1282 PetscCall(PetscSFDestroy(&sfInverse)); in DMPlexInterpolatePointSF()