| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 760 PetscCall(DMPlexGetSimplexOrBoxCells(plex, minHeight, &pStart, &pEnd)); in DMProjectLocal_Generic_Plex() 767 PetscCall(DMPlexGetSimplexOrBoxCells(plexIn, minHeightIn, &pStartIn, NULL)); in DMProjectLocal_Generic_Plex() 772 PetscCall(DMPlexGetSimplexOrBoxCells(plexAux, minHeightAux, &pStartAux, &pEndAux)); in DMProjectLocal_Generic_Plex() 821 if (htIncIn) PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &p, NULL)); in DMProjectLocal_Generic_Plex() 841 if (htIncAux) PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &p, NULL)); in DMProjectLocal_Generic_Plex() 953 PetscCall(DMPlexGetSimplexOrBoxCells(plex, h, &pStart, &pEnd)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexfvm.c | 120 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexfem.c | 1506 PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexComputeL2DiffLocal() 1622 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMComputeL2GradientDiff_Plex() 1749 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMComputeL2FieldDiff_Plex() 1917 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeL2DiffVec() 2035 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeL2FluxDiffVecLocal() 2190 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeClementInterpolant() 2323 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeGradientClementInterpolant() 2615 PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexComputeIntegralFEM() 2677 PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexComputeCellwiseIntegralFEM() 2952 PetscCall(DMPlexGetSimplexOrBoxCells(dmc, 0, &cStart, &cEnd)); in DMPlexComputeInterpolatorNested() [all …]
|
| H A D | plexsubmesh.c | 329 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &csStart, &csEnd)); in DMPlexLabelAddCells() 401 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexLabelAddFaceCells() 462 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexLabelClearCells() 2480 …for (d = 0; d <= depth; ++d) PetscCall(DMPlexGetSimplexOrBoxCells(dm, depth - d, &pStart[d], &pEnd… in DMPlexMarkSubmesh_Uninterpolated() 2549 …for (d = 0; d <= dim; ++d) PetscCall(DMPlexGetSimplexOrBoxCells(dm, dim - d, &pStart[d], &pEnd[d])… in DMPlexMarkSubmesh_Interpolated()
|
| H A D | plexgeometry.c | 991 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeGridHash_Internal() 1275 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMLocatePoints_Plex()
|
| H A D | plextree.c | 3775 PetscCall(DMPlexGetSimplexOrBoxCells(coarse, 0, &cellStart, &cellEnd)); in DMPlexTransferVecTree_Interpolate() 3963 PetscCall(DMPlexGetSimplexOrBoxCells(fine, 0, &cellStart, &cellEnd)); in DMPlexTransferVecTree_Interpolate()
|
| H A D | plex.c | 84 PetscErrorCode DMPlexGetSimplexOrBoxCells(DM dm, PetscInt height, PeOp PetscInt *cStart, PeOp Petsc… in DMPlexGetSimplexOrBoxCells() function 227 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexGetFieldType_Internal() 9035 else PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexCreateCellNumbering() 9937 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexCheckCellShape()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 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() [all …]
|
| /petsc/doc/changes/ |
| H A D | 313.md | 184 - Add DMPlexGetSimplexOrBoxCells() to replace
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 752 PetscCall(DMPlexGetSimplexOrBoxCells(dm, h, NULL, &pMax)); in CreateFaultLabel() 1146 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, NULL, &cMax)); in TestAssembly()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 832 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in SetInitialConditionFVM() 916 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in MonitorFunctionals()
|
| H A D | ex11.c | 986 PetscCall(DMPlexGetSimplexOrBoxCells(dmCell, 0, &cStart, &cEnd)); in MonitorVTK() 1142 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &cStart, &cEnd)); in adaptToleranceFVMSetUp()
|
| H A D | ex76.c | 1451 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in GetCellDM() 1452 if (user->dmCell) PetscCall(DMPlexGetSimplexOrBoxCells(user->dmCell, 0, &cellStart, &cellEnd)); in GetCellDM()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 484 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in InterpolateGradient()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 253 PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexSNESComputeObjectiveFEM()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 414 PETSC_EXTERN PetscErrorCode DMPlexGetSimplexOrBoxCells(DM, PetscInt, PetscInt *, PetscInt *);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 878 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &cStart, &cEnd)); in DMAdaptorComputeErrorIndicator_Gradient()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 95 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMGlobalToLocalSolve()
|