Lines Matching refs:cellgeom
1044 const PetscScalar *facegeom, *cellgeom = NULL, *grad; in DMPlexInsertBoundaryValuesRiemann() local
1061 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexInsertBoundaryValuesRiemann()
1098 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cg)); in DMPlexInsertBoundaryValuesRiemann()
1128 if (cellGeometry) PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexInsertBoundaryValuesRiemann()
4096 const PetscScalar *facegeom, *cellgeom, *x, *lgrad; in DMPlexGetFaceFields() local
4134 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceFields()
4156 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceFields()
4157 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceFields()
4226 PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceFields()
4285 const PetscScalar *facegeom, *cellgeom; in DMPlexGetFaceGeometry() local
4299 PetscCall(VecGetArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceGeometry()
4316 PetscCall(DMPlexPointLocalRead(dmCell, cells[0], cellgeom, &cgL)); in DMPlexGetFaceGeometry()
4317 PetscCall(DMPlexPointLocalRead(dmCell, cells[1], cellgeom, &cgR)); in DMPlexGetFaceGeometry()
4328 PetscCall(VecRestoreArrayRead(cellGeometry, &cellgeom)); in DMPlexGetFaceGeometry()
4847 PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PeOp PetscReal *minRadius) in DMPlexGetGeometryFVM() argument
4854 PetscCall(DMPlexGetDataFVM(plex, NULL, cellgeom, facegeom, NULL)); in DMPlexGetGeometryFVM()