Lines Matching refs:plexF
2348 DM plexC, plexF; in DMPforestGetTransferSF_Point() local
2364 PetscCall(DMPforestGetPlex(fine, &plexF)); in DMPforestGetTransferSF_Point()
2365 PetscCall(DMPlexGetChart(plexF, &pStartF, &pEndF)); in DMPforestGetTransferSF_Point()
2523 PetscCall(DMPlexGetReferenceTree(plexF, &refTree)); in DMPforestGetTransferSF_Point()
2606 … PetscCall(DMPlexGetTransitiveClosure(plexF, c + cLocalStartF, PETSC_TRUE, NULL, &pointClosure)); in DMPforestGetTransferSF_Point()
2646 …PetscCall(DMPlexRestoreTransitiveClosure(plexF, c + cLocalStartF, PETSC_TRUE, NULL, &pointClosure)… in DMPforestGetTransferSF_Point()
2776 PetscCall(DMPlexGetTreeParent(plexF, thisp, &parent, NULL)); in DMPforestGetTransferSF_Point()
2852 PetscCall(DMPlexGetReferenceTree(plexF, &refTree)); in DMPforestGetTransferSF_Point()
2853 PetscCall(DMGetPointSF(plexF, &pointSF)); in DMPforestGetTransferSF_Point()
2896 DM plexC, plexF; in DMPforestGetTransferSF_Internal() local
2923 PetscCall(DMPforestGetPlex(fine, &plexF)); in DMPforestGetTransferSF_Internal()
2924 PetscCall(DMPlexGetChart(plexF, &pStartF, &pEndF)); in DMPforestGetTransferSF_Internal()
2952 PetscCall(DMPlexGetSimplexOrBoxCells(plexF, P4EST_DIM - d, &startF, &endF)); in DMPforestGetTransferSF_Internal()
3087 PetscInt plexF = P4estFaceToPetscFace[f]; in DMPforestLabelsInitialize() local
3091 PetscCall(DMLabelSetValue(ghostLabel, cone[plexF], plexF + 1)); in DMPforestLabelsInitialize()
4434 DM plexF, plexC; in DMCreateInterpolation_pforest() local
4440 PetscCall(DMPforestGetPlex(dmFine, &plexF)); in DMCreateInterpolation_pforest()
4443 PetscCall(DMPlexComputeInterpolatorTree(plexC, plexF, sf, cids, *interpolation)); in DMCreateInterpolation_pforest()
4474 DM plexF, plexC; in DMCreateInjection_pforest() local
4480 PetscCall(DMPforestGetPlex(dmFine, &plexF)); in DMCreateInjection_pforest()
4483 PetscCall(DMPlexComputeInjectorTree(plexC, plexF, sf, cids, *injection)); in DMCreateInjection_pforest()