Lines Matching refs:DMPlexPointLocalRead
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()
4206 PetscCall(DMPlexPointLocalRead(dmGrad, cells[1], lgrad, &gR)); in DMPlexGetFaceFields()
4314 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexGetFaceGeometry()
4316 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceGeometry()
4317 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceGeometry()