Searched refs:sfInverse (Results 1 – 1 of 1) sorted by relevance
1270 PetscSF sfMulti, sfInverse, sfCandidates; in DMPlexInterpolatePointSF() local1274 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()