Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3243 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
[all …]