Searched refs:plexC (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 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() [all …]
|