Lines Matching refs:coarseCellSF
3243 PetscSF coarseCellSF = NULL; in DMPlexComputeInterpolatorGeneral() local
3264 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeInterpolatorGeneral()
3266 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeInterpolatorGeneral()
3304 PetscCall(PetscSFDestroy(&coarseCellSF)); in DMPlexComputeInterpolatorGeneral()
3398 PetscSF coarseCellSF = NULL; in DMPlexComputeMassMatrixGeneral() local
3419 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeMassMatrixGeneral()
3420 PetscCall(PetscSFViewFromOptions(coarseCellSF, NULL, "-interp_sf_view")); in DMPlexComputeMassMatrixGeneral()
3422 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeMassMatrixGeneral()
3448 PetscCall(PetscSFDestroy(&coarseCellSF)); in DMPlexComputeMassMatrixGeneral()
3479 PetscSF coarseCellSF = NULL; in DMPlexComputeMassMatrixGeneral() local
3500 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeMassMatrixGeneral()
3502 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeMassMatrixGeneral()
3549 PetscCall(PetscSFDestroy(&coarseCellSF)); in DMPlexComputeMassMatrixGeneral()