From 19805f8ed5bde805dae744804cf0fd8fcf1c7199 Mon Sep 17 00:00:00 2001 From: Ed Bueler Date: Mon, 10 Oct 2022 13:37:24 -0800 Subject: [PATCH] small regression test changes from recent firedrake --- python/ch13/output/fish.py.test3 | 4 ++-- python/ch13/output/fish.py.test4 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/ch13/output/fish.py.test3 b/python/ch13/output/fish.py.test3 index 456baeef..e99435c4 100644 --- a/python/ch13/output/fish.py.test3 +++ b/python/ch13/output/fish.py.test3 @@ -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 diff --git a/python/ch13/output/fish.py.test4 b/python/ch13/output/fish.py.test4 index 7121ad0a..1013de3c 100644 --- a/python/ch13/output/fish.py.test4 +++ b/python/ch13/output/fish.py.test4 @@ -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