Skip to content

Commit

Permalink
some recent firedrake change made errors smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Dec 8, 2023
1 parent e9b6486 commit 17bfe0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/ch13/output/fish.py.test3
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Linear s_ solve converged due to CONVERGED_RTOL iterations 5
Nonlinear s_ solve converged due to CONVERGED_FNORM_RELATIVE iterations 2
done on 5 x 5 grid with P_1 elements:
error |u-uexact|_inf = 9.286e-04, |u-uexact|_h = 4.696e-04
error |u-uexact|_inf = 9.285e-04, |u-uexact|_h = 4.695e-04
2 changes: 1 addition & 1 deletion python/ch14/output/stokes.py.test1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
solving on 4 x 4 grid with P_2 x P_1 Taylor-Hood elements ...
Linear s_ solve converged due to CONVERGED_RTOL iterations 7
numerical errors: |u-uexact|_h = 5.62e-01, |p-pexact|_h = 1.49e+00
numerical errors: |u-uexact|_h = 5.31e-01, |p-pexact|_h = 1.44e+00
2 changes: 1 addition & 1 deletion python/ch14/output/stokes.py.test6
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
solving on 5 x 5 grid with P_2 x P_1 Taylor-Hood elements ...
Linear s_ solve converged due to CONVERGED_RTOL iterations 13
numerical errors: |u-uexact|_h = 3.79e-01, |p-pexact|_h = 3.08e+00
numerical errors: |u-uexact|_h = 3.66e-01, |p-pexact|_h = 3.07e+00

0 comments on commit 17bfe0d

Please sign in to comment.