Skip to content

Commit

Permalink
Remove 'significantly cheaper' from Hessian ex. (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Jan 8, 2025
1 parent c7d6fa0 commit 947cde1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions demos/monge_ampere_helmholtz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 947cde1

Please sign in to comment.