Skip to content

Commit

Permalink
Formatting (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Jan 7, 2025
1 parent 00d4a97 commit 9bce534
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demos/monge_ampere_helmholtz.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,14 +434,14 @@ def monitor_interp_Hessian(mesh):
#
# .. table::
#
# ======================== ========= ==============
# Monitor function Error CPU time (s)
# ======================== ========= ==============
# monitor_exact 0.00596 3.16
# monitor_solve 0.00631 5.85
# monitor_interp_soln 0.00871 5.98
# monitor_interp_Hessian 0.00839 1.23
# ======================== ========= ==============
# ============================ ========= ==============
# Monitor function Error CPU time (s)
# ============================ ========= ==============
# ``monitor_exact`` 0.00596 3.16
# ``monitor_solve`` 0.00631 5.85
# ``monitor_interp_soln`` 0.00871 5.98
# ``monitor_interp_Hessian`` 0.00839 1.23
# ============================ ========= ==============
#
# In this demo we demonstrated several examples of monitor functions and briefly
# evaluated their performance. Each approach has inherent advantages and limitations
Expand Down

0 comments on commit 9bce534

Please sign in to comment.