Lines Matching refs:DMPlexGetSimplexOrBoxCells
1521 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexCreateConnectivity_pforest()
1555 PetscCall(DMPlexGetSimplexOrBoxCells(dm, P4EST_DIM - 1, &eStart, &eEnd)); in DMPlexCreateConnectivity_pforest()
1593 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 1, &fStart, &fEnd)); in DMPlexCreateConnectivity_pforest()
2445 PetscCall(DMPlexGetSimplexOrBoxCells(plexC, 0, &cStartC, &cEndC)); in DMPforestGetTransferSF_Point()
2945 PetscCall(DMPlexGetSimplexOrBoxCells(plexC, P4EST_DIM - d, &startC, &endC)); in DMPforestGetTransferSF_Internal()
2952 PetscCall(DMPlexGetSimplexOrBoxCells(plexF, P4EST_DIM - d, &startF, &endF)); in DMPforestGetTransferSF_Internal()
3100 PetscCall(DMPlexGetSimplexOrBoxCells(base, 0, &cStartBase, &cEndBase)); in DMPforestLabelsInitialize()
3101 PetscCall(DMPlexGetSimplexOrBoxCells(base, 1, &fStartBase, &fEndBase)); in DMPforestLabelsInitialize()
3102 PetscCall(DMPlexGetSimplexOrBoxCells(base, P4EST_DIM - 1, &eStartBase, &eEndBase)); in DMPforestLabelsInitialize()
3105 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &cStart, &cEnd)); in DMPforestLabelsInitialize()
3106 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 1, &fStart, &fEnd)); in DMPforestLabelsInitialize()
3107 PetscCall(DMPlexGetSimplexOrBoxCells(plex, P4EST_DIM - 1, &eStart, &eEnd)); in DMPforestLabelsInitialize()