Searched refs:plexF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 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 [all …]
|