Lines Matching refs:plexC
2348 DM plexC, plexF; in DMPforestGetTransferSF_Point() local
2366 PetscCall(DMPforestGetPlex(coarse, &plexC)); in DMPforestGetTransferSF_Point()
2367 PetscCall(DMPlexGetChart(plexC, &pStartC, &pEndC)); in DMPforestGetTransferSF_Point()
2445 PetscCall(DMPlexGetSimplexOrBoxCells(plexC, 0, &cStartC, &cEndC)); in DMPforestGetTransferSF_Point()
2896 DM plexC, plexF; in DMPforestGetTransferSF_Internal() local
2925 PetscCall(DMPforestGetPlex(coarse, &plexC)); in DMPforestGetTransferSF_Internal()
2926 PetscCall(DMPlexGetChart(plexC, &pStartC, &pEndC)); in DMPforestGetTransferSF_Internal()
2945 PetscCall(DMPlexGetSimplexOrBoxCells(plexC, P4EST_DIM - d, &startC, &endC)); in DMPforestGetTransferSF_Internal()
4434 DM plexF, plexC; in DMCreateInterpolation_pforest() local
4439 PetscCall(DMPforestGetPlex(dmCoarse, &plexC)); in DMCreateInterpolation_pforest()
4443 PetscCall(DMPlexComputeInterpolatorTree(plexC, plexF, sf, cids, *interpolation)); in DMCreateInterpolation_pforest()
4474 DM plexF, plexC; in DMCreateInjection_pforest() local
4479 PetscCall(DMPforestGetPlex(dmCoarse, &plexC)); in DMCreateInjection_pforest()
4483 PetscCall(DMPlexComputeInjectorTree(plexC, plexF, sf, cids, *injection)); in DMCreateInjection_pforest()