Lines Matching refs:sfPoint
1539 PetscSF sfPoint; in DMPlexInterpolate() local
1600 PetscCall(DMGetPointSF(odm, &sfPoint)); in DMPlexInterpolate()
1601 if (PetscDefined(USE_DEBUG)) PetscCall(DMPlexCheckPointSF(odm, sfPoint, PETSC_FALSE)); in DMPlexInterpolate()
1605 PetscCall(PetscSFGetGraph(sfPoint, &nroots, NULL, NULL, NULL)); in DMPlexInterpolate()
1606 if (nroots >= 0) PetscCall(DMPlexInterpolatePointSF(idm, sfPoint)); in DMPlexInterpolate()
1624 PetscCall(DMGetPointSF(odm, &sfPoint)); in DMPlexInterpolate()
1625 if (PetscDefined(USE_DEBUG)) PetscCall(DMPlexCheckPointSF(odm, sfPoint, PETSC_FALSE)); in DMPlexInterpolate()
1629 PetscCall(PetscSFGetGraph(sfPoint, &nroots, NULL, NULL, NULL)); in DMPlexInterpolate()
1630 if (nroots >= 0) PetscCall(DMPlexInterpolatePointSF(idm, sfPoint)); in DMPlexInterpolate()
1850 PetscSF sfPoint, sfPointUn; in DMPlexUninterpolate() local
1859 PetscCall(DMGetPointSF(dm, &sfPoint)); in DMPlexUninterpolate()
1860 if (PetscDefined(USE_DEBUG)) PetscCall(DMPlexCheckPointSF(dm, sfPoint, PETSC_FALSE)); in DMPlexUninterpolate()
1862 PetscCall(PetscSFGetGraph(sfPoint, &numRoots, &numLeaves, &localPoints, &remotePoints)); in DMPlexUninterpolate()