Home
last modified time | relevance | path

Searched refs:DMPlexGetSimplexOrBoxCells (Results 1 – 18 of 18) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexproject.c760 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 Dplexfvm.c120 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexReconstructGradients_Internal()
H A Dplexfem.c1506 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 Dplexsubmesh.c329 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 Dplexgeometry.c991 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMPlexComputeGridHash_Internal()
1275 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMLocatePoints_Plex()
H A Dplextree.c3775 PetscCall(DMPlexGetSimplexOrBoxCells(coarse, 0, &cellStart, &cellEnd)); in DMPlexTransferVecTree_Interpolate()
3963 PetscCall(DMPlexGetSimplexOrBoxCells(fine, 0, &cellStart, &cellEnd)); in DMPlexTransferVecTree_Interpolate()
H A Dplex.c84 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 Dpforest.h1521 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 D313.md184 - Add DMPlexGetSimplexOrBoxCells() to replace
/petsc/src/dm/impls/plex/tests/
H A Dex5.c752 PetscCall(DMPlexGetSimplexOrBoxCells(dm, h, NULL, &pMax)); in CreateFaultLabel()
1146 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, NULL, &cMax)); in TestAssembly()
/petsc/src/ts/tutorials/
H A Dex18.c832 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in SetInitialConditionFVM()
916 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in MonitorFunctionals()
H A Dex11.c986 PetscCall(DMPlexGetSimplexOrBoxCells(dmCell, 0, &cStart, &cEnd)); in MonitorVTK()
1142 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &cStart, &cEnd)); in adaptToleranceFVMSetUp()
H A Dex76.c1451 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 Dex2.c484 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in InterpolateGradient()
/petsc/src/snes/utils/
H A Ddmplexsnes.c253 PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd)); in DMPlexSNESComputeObjectiveFEM()
/petsc/include/
H A Dpetscdmplex.h414 PETSC_EXTERN PetscErrorCode DMPlexGetSimplexOrBoxCells(DM, PetscInt, PetscInt *, PetscInt *);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c878 PetscCall(DMPlexGetSimplexOrBoxCells(plex, 0, &cStart, &cEnd)); in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c95 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, &cStart, &cEnd)); in DMGlobalToLocalSolve()