Skip to content

Commit

Permalink
simplify errata
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Jan 4, 2023
1 parent 200cd6c commit 4f79897
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ERRATA-1stprinting.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Errata for the first printing of *PETSc for Partial Differential Equations*

The list of errata below shows corrections to the text of the _first printing_ of the published book. As of October 2021, I believe that these errors will be corrected in the forthcoming second printing.

See `ERRATA.md` for errors which I believe survived into the 2nd printing.
The list of errata below shows corrections to the text of the _first printing_ of the published book. As of October 2021, I believe that these errors will be corrected in the forthcoming second printing. See `ERRATA.md` for those additional errors which I believe survived into the 2nd printing.

### Chapter 2

Expand All @@ -12,7 +10,7 @@ See `ERRATA.md` for errors which I believe survived into the 2nd printing.

### Chapter 3

* Page 47 **BAD ONE**: In the fourth sentence of the text on this page, substitute "global" for "local".
* Page 47: In the fourth sentence of the text on this page, substitute "global" for "local".

* Page 50: In the first sentence after Code 3.1, add "the" before "locally owned".

Expand All @@ -30,7 +28,7 @@ See `ERRATA.md` for errors which I believe survived into the 2nd printing.

### Chapter 6

* Page 132 **BAD ONE**: In equations (6.6) and (6.7) replace `u_k[i]` with `u_k[j]` and `u_{k+1}[i]` with `u_{k+1}[j]`.
* Page 132: In equations (6.6) and (6.7) replace `u_k[i]` with `u_k[j]` and `u_{k+1}[i]` with `u_{k+1}[j]`.

* Page 148: In the third line from the top, replace "systems" with "system".

Expand Down

0 comments on commit 4f79897

Please sign in to comment.