Home
last modified time | relevance | path

Searched refs:DMPlexPointLocalRead (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfvm.c39 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 Dplexpoint.c62 PetscErrorCode DMPlexPointLocalRead(DM dm, PetscInt point, const PetscScalar *array, void *ptr) in DMPlexPointLocalRead() function
H A Dplexgeometry.c1745 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 Dplexfem.c1089 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 Dplex.c342 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 Dplextree.c3908 PetscCall(DMPlexPointLocalRead(cellDM, p, cellGeomArray, (void *)&cg)); in DMPlexTransferVecTree_Interpolate()
/petsc/src/ts/tutorials/
H A Dex52.c203 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 Dex11.c800 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 Dex18.c839 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 Dplexrefsbr.c39 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 Dex60.c100 PetscCall(DMPlexPointLocalRead(cdm, off, coords, &x)); in main()
H A Dex19.c146 PetscCall(DMPlexPointLocalRead(cdm, v, coords, &vcoords)); in ComputeMetric()
H A Dex3.c667 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in TestFVGrad()
696 PetscCall(DMPlexPointLocalRead(dmgrad, c, gradArray, &compGrad)); in TestFVGrad()
H A Dex8.c670 PetscCall(DMPlexPointLocalRead(dmCell, c, cgeom, &cg)); in main()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c892 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 Dex6.c107 PetscCall(DMPlexPointLocalRead(dm, point, array, &a)); in CheckPoint()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c2123 PetscCall(DMPlexPointLocalRead(dmFace, faces[f], fgeom, &fg));
2128 PetscCall(DMPlexPointLocalRead(dmCell, fcells[i], cgeom, &cg1));
/petsc/include/
H A Dpetscdmplex.h72 PETSC_EXTERN PetscErrorCode DMPlexPointLocalRead(DM, PetscInt, const PetscScalar *, void *);
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c846 PetscCall(DMPlexPointLocalRead(ex->dmNormal, p, a, (void *)&vnormal)); in DMPlexTransformMapCoordinates_Extrude()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c112 PetscCall(DMPlexPointLocalRead(fdm, cell, *array, &cvalues)); in DMFieldGetClosure_Internal()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2367 PetscCall(DMPlexPointLocalRead(cdmCell, p, coords, &pcoords)); in DMPlexTransformSetCoordinates()