@@ -23,15 +23,18 @@ user-supplied reaction and diffusion coefficients:
2323The inputs file contains a template for MRI approaches, where the diffusion process
2424can be treated as a "fast" partition relative to the reaction process.
2525
26- The advection-diffusion examples at
27- ``amrex-tutorials/ExampleCodes/SUNDIALS/AdvDiff-HyprePrecon `` and
28- ``amrex-tutorials/ExampleCodes/SUNDIALS/AdvDiff-MLMGPrecon `` demonstrate
29- SUNDIALS with preconditioning for an implicit diffusion solve using HYPRE and
30- AMReX MLMG, respectively. The MLMG example can also use MLMG's HYPRE bottom
31- solver interface when AMReX is built with HYPRE support. Their inputs also
32- show how to select the SUNDIALS SPGMR
33- preconditioning side with ``integration.sundials.linear_solver_preconditioning ``.
34- Please see each respective inputs file or
26+ The third example code at ``amrex-tutorials/ExampleCodes/SUNDIALS/AdvDiff-MLMGPrecon ``
27+ solves the advection-diffusion equation, where :math: `A` and :math: `D` are
28+ user-supplied advection and diffusion coefficients:
29+
30+ .. math :: \frac{\partial\phi}{\partial t} = D \nabla^2\phi - A \nabla\phi.
31+
32+ The inputs file contains a template for IMEX approaches, where diffusion is
33+ treated implicitly with a SUNDIALS preconditioner that uses AMReX MLMG. The
34+ example can also use MLMG's HYPRE bottom solver interface when AMReX is built
35+ with HYPRE support.
36+
37+ Please see the inputs file or
3538`AMReX User Guide:Time Integration `_ for more details.
3639
3740.. _`AMReX User Guide:Time Integration` : https://amrex-codes.github.io/amrex/docs_html/TimeIntegration_Chapter.html#
0 commit comments