From 947cde16db29ac7e87f8d9d07d322e4d241624d1 Mon Sep 17 00:00:00 2001 From: ddundo Date: Wed, 8 Jan 2025 12:13:45 +0000 Subject: [PATCH] Remove 'significantly cheaper' from Hessian ex. (minor) --- demos/monge_ampere_helmholtz.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/demos/monge_ampere_helmholtz.py b/demos/monge_ampere_helmholtz.py index 507ab19..1fc4a0b 100644 --- a/demos/monge_ampere_helmholtz.py +++ b/demos/monge_ampere_helmholtz.py @@ -423,10 +423,9 @@ def monitor_interp_Hessian(mesh): # # L2-norm error on moved mesh: 0.008385305585746483 # -# The mesh movement step now only took 4 iterations to converge and each of those -# iterations is now significantly faster. This resulted in a total runtime of only 1.23 +# The mesh movement step now only took 4 iterations, with a total runtime of only 1.23 # seconds, which is up to five times shorter than previous examples. The final error is -# again larger than the examples where the solution is recomputed at every iteration, +# again larger than the example where the solution is recomputed at every iteration, # but is smaller than the example where we interpolated the solution field. # # We can summarise these results in the following table: