Skip to content

Commit

Permalink
Typos in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMacLachlan committed Jan 11, 2025
1 parent a2d1dd8 commit 0cbb1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/monodomain/demo_monodomain_FHN_dirkimex.py.rst
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0cbb1a7

Please sign in to comment.