Skip to content

Commit

Permalink
small regression test changes from recent firedrake
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Oct 10, 2022
1 parent 62b8b11 commit 19805f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/ch13/output/fish.py.test3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Linear s_ solve converged due to CONVERGED_RTOL iterations 4
Linear s_ solve converged due to CONVERGED_RTOL iterations 5
Linear s_ solve converged due to CONVERGED_RTOL iterations 6
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.695e-04
error |u-uexact|_inf = 9.290e-04, |u-uexact|_h = 4.697e-04
2 changes: 1 addition & 1 deletion python/ch13/output/fish.py.test4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use Firedrake's nonlinear solver for the Poisson problem
Compare c/ch6/fish.c. The prefix for PETSC solver options is 's_'.
Use -help for PETSc options and -fishhelp for options to fish.py.

optional arguments:
options:
-fishhelp help for fish.py options
-mx MX number of grid points in x-direction
-my MY number of grid points in y-direction
Expand Down

0 comments on commit 19805f8

Please sign in to comment.