From 0cbb1a7cc9564e72f8247d96c5bb213c194d957b Mon Sep 17 00:00:00 2001 From: Scott MacLachlan Date: Sat, 11 Jan 2025 15:30:13 -0330 Subject: [PATCH] Typos in demo --- demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst b/demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst index f13659e..71792c6 100644 --- a/demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst +++ b/demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst @@ -1,5 +1,5 @@ -Solving monodomain equations with Fitzhugh-Nagumo reaction and a DIRK- IMEX method -================================================================================== +Solving monodomain equations with Fitzhugh-Nagumo reaction and a DIRK-IMEX method +================================================================================= We're solving monodomain (reaction-diffusion) with a particular reaction term. The basic form of the equation is: @@ -112,7 +112,7 @@ specify only parameters for each stage. We use an additive Schwarz (fieldsplit) }} -The DIRK-IMEX schemes also require a mass-matrix solver. Here, we just use AMG on the coupled system, which works fine.:: +The DIRK-IMEX schemes also require a mass-matrix solver. Here, we just use an incomplete Cholesky preconditioner for CG on the coupled system, which works fine.:: mass_params = {"snes_type": "ksponly", "ksp_rtol": 1.e-8,