| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 39 PetscCall(DMPlexPointLocalRead(dm, ncell, x, &ncx)); in DMPlexApplyLimiter_Internal() 41 PetscCall(DMPlexPointLocalRead(dmCell, ncell, cellgeom, &ncg)); in DMPlexApplyLimiter_Internal() 100 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexReconstructGradients_Internal() 105 PetscCall(DMPlexPointLocalRead(dm, cells[c], x, &cx[c])); in DMPlexReconstructGradients_Internal() 134 PetscCall(DMPlexPointLocalRead(dm, cell, x, &cx)); in DMPlexReconstructGradients_Internal() 136 PetscCall(DMPlexPointLocalRead(dmCell, cell, cellgeom, &cg)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexpoint.c | 62 PetscErrorCode DMPlexPointLocalRead(DM dm, PetscInt point, const PetscScalar *array, void *ptr) in DMPlexPointLocalRead() function
|
| H A D | plexgeometry.c | 1745 PetscCall(DMPlexPointLocalRead(cdm, cell, *array, &ccoords)); in DMPlexGetCellCoordinates() 3040 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cgeom, &cL)); in DMPlexComputeGeometryFVM() 3043 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cgeom, &cR)); in DMPlexComputeGeometryFVM() 3091 PetscCall(DMPlexPointLocalRead(dmCell, support[(s + 1) % 2], cgeom, &ci)); in DMPlexComputeGeometryFVM() 3229 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in BuildGradientReconstruction_Internal() 3246 PetscCall(DMPlexPointLocalRead(dmCell, ncell, cgeom, &cg1)); in BuildGradientReconstruction_Internal() 3340 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in BuildGradientReconstruction_Internal_Tree() 3360 PetscCall(DMPlexPointLocalRead(dmCell, ncell, cgeom, &cg1)); in BuildGradientReconstruction_Internal_Tree()
|
| H A D | plexfem.c | 1089 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexInsertBoundaryValuesRiemann() 1098 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cg)); in DMPlexInsertBoundaryValuesRiemann() 1099 PetscCall(DMPlexPointLocalRead(dm, cells[0], x, &cx)); in DMPlexInsertBoundaryValuesRiemann() 1100 PetscCall(DMPlexPointLocalRead(dmGrad, cells[0], grad, &cgrad)); in DMPlexInsertBoundaryValuesRiemann() 1109 PetscCall(DMPlexPointLocalRead(dm, cells[0], x, &xI)); in DMPlexInsertBoundaryValuesRiemann() 2559 PetscCall(DMPlexPointLocalRead(dmGrad, c, lgrad, &u_x)); in DMPlexComputeIntegral_Internal() 4154 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceFields() 4156 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceFields() 4157 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceFields() 4205 PetscCall(DMPlexPointLocalRead(dmGrad, cells[0], lgrad, &gL)); in DMPlexGetFaceFields() [all …]
|
| H A D | plex.c | 342 PetscCall(DMPlexPointLocalRead(cdm, cone[0], coords, &xa)); in DMPlexVecView1D() 343 PetscCall(DMPlexPointLocalRead(cdm, cone[1], coords, &xb)); in DMPlexVecView1D() 346 PetscCall(DMPlexPointLocalRead(dm, cone[0], sol[i], &svals)); in DMPlexVecView1D() 352 PetscCall(DMPlexPointLocalRead(dm, e, sol[i], &svals)); in DMPlexVecView1D() 357 PetscCall(DMPlexPointLocalRead(dm, cone[1], sol[i], &svals)); in DMPlexVecView1D() 370 PetscCall(DMPlexPointLocalRead(cdm, cone[0], coords, &xa)); in DMPlexVecView1D() 371 PetscCall(DMPlexPointLocalRead(cdm, cone[1], coords, &xb)); in DMPlexVecView1D() 373 PetscCall(DMPlexPointLocalRead(dm, e, sol[i], &svals)); in DMPlexVecView1D() 384 PetscCall(DMPlexPointLocalRead(cdm, v, coords, &x)); in DMPlexVecView1D() 386 PetscCall(DMPlexPointLocalRead(dm, v, sol[i], &svals)); in DMPlexVecView1D() [all …]
|
| H A D | plextree.c | 3908 PetscCall(DMPlexPointLocalRead(cellDM, p, cellGeomArray, (void *)&cg)); in DMPlexTransferVecTree_Interpolate()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 203 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[0], fgeom, &fgA)); in FormFunction() 206 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[2], fgeom, &fgA)); in FormFunction() 209 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[3], fgeom, &fgA)); in FormFunction() 212 PetscCall(DMPlexPointLocalRead(dmFace, cellcone[1], fgeom, &fgA)); in FormFunction()
|
| H A D | ex11.c | 800 PetscCall(DMPlexPointLocalRead(dmCoord, v, coords, &vertex)); in CreateMassMatrix() 805 PetscCall(DMPlexPointLocalRead(dmFace, faces[f], fgeom, &fgA)); in CreateMassMatrix() 812 PetscCall(DMPlexPointLocalRead(dmFace, faces[g], fgeom, &fgB)); in CreateMassMatrix() 815 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cgeom, &cg)); in CreateMassMatrix() 997 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in MonitorVTK() 1157 PetscCall(DMPlexPointLocalRead(gradDM, c, pointGrads, &pointGrad)); in adaptToleranceFVMSetUp() 1158 PetscCall(DMPlexPointLocalRead(cellDM, c, pointGeom, &cg)); in adaptToleranceFVMSetUp() 1159 PetscCall(DMPlexPointLocalRead(plex, c, pointVals, &pointVal)); in adaptToleranceFVMSetUp()
|
| H A D | ex18.c | 839 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in SetInitialConditionFVM() 924 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in MonitorFunctionals()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 39 PetscCall(DMPlexPointLocalRead(cdm, cone[0], coords, &cA)); in SBRGetEdgeLen_Private() 40 PetscCall(DMPlexPointLocalRead(cdm, cone[1], coords, &cB)); in SBRGetEdgeLen_Private()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex60.c | 100 PetscCall(DMPlexPointLocalRead(cdm, off, coords, &x)); in main()
|
| H A D | ex19.c | 146 PetscCall(DMPlexPointLocalRead(cdm, v, coords, &vcoords)); in ComputeMetric()
|
| H A D | ex3.c | 667 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in TestFVGrad() 696 PetscCall(DMPlexPointLocalRead(dmgrad, c, gradArray, &compGrad)); in TestFVGrad()
|
| H A D | ex8.c | 670 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in main()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 892 PetscCall(DMPlexPointLocalRead(plex, cell, pointSols, (void *)&pointSol)); in DMAdaptorComputeErrorIndicator_Gradient() 893 …PetscCall(DMPlexPointLocalRead(adaptor->gradDM, cell, adaptor->cellGradArray, (void *)&pointGrad)); in DMAdaptorComputeErrorIndicator_Gradient() 894 PetscCall(DMPlexPointLocalRead(adaptor->cellDM, cell, adaptor->cellGeomArray, &cg)); in DMAdaptorComputeErrorIndicator_Gradient()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex6.c | 107 PetscCall(DMPlexPointLocalRead(dm, point, array, &a)); in CheckPoint()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 2123 PetscCall(DMPlexPointLocalRead(dmFace, faces[f], fgeom, &fg)); 2128 PetscCall(DMPlexPointLocalRead(dmCell, fcells[i], cgeom, &cg1));
|
| /petsc/include/ |
| H A D | petscdmplex.h | 72 PETSC_EXTERN PetscErrorCode DMPlexPointLocalRead(DM, PetscInt, const PetscScalar *, void *);
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 846 PetscCall(DMPlexPointLocalRead(ex->dmNormal, p, a, (void *)&vnormal)); in DMPlexTransformMapCoordinates_Extrude()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 112 PetscCall(DMPlexPointLocalRead(fdm, cell, *array, &cvalues)); in DMFieldGetClosure_Internal()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2367 PetscCall(DMPlexPointLocalRead(cdmCell, p, coords, &pcoords)); in DMPlexTransformSetCoordinates()
|