Skip to content

Commit

Permalink
Restructure one paragraph (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Jan 7, 2025
1 parent 9bce534 commit c7d6fa0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions demos/monge_ampere_helmholtz.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,10 @@ 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 over an order of magnitude faster than those in previous examples.
# The final error is again larger than the examples where the solution is
# recomputed at every iteration, but is smaller than the example where we
# interpolated the solution field. The largest gain is in the total runtime, which is
# up to five times shorter than previous examples.
# iterations is now significantly faster. This resulted in 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,
# 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 c7d6fa0

Please sign in to comment.