From c3ce7b9f17cbf8019727dd4a4214bdd62815ef05 Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Fri, 17 Mar 2023 10:48:17 -0700 Subject: [PATCH] Fix typo in AMS Poisson matrix description (#863) --- src/docs/usr-manual/solvers-ams.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/usr-manual/solvers-ams.rst b/src/docs/usr-manual/solvers-ams.rst index b839f9fd3..a7f09bf81 100644 --- a/src/docs/usr-manual/solvers-ams.rst +++ b/src/docs/usr-manual/solvers-ams.rst @@ -68,9 +68,9 @@ In addition to the above quantities, AMS can utilize the following (optional) information: * The Poisson matrices :math:`A_\alpha` and :math:`A_\beta`, corresponding to - assembling of the forms :math:`(\alpha\, \nabla u, \nabla v)+(\beta\, \nabla - u, \nabla v)` and :math:`(\beta\, \nabla u, \nabla v)` using standard linear - finite elements on the same mesh. + assembling of the forms :math:`(\alpha\, \nabla u, \nabla v)+(\beta\, u, v)` + and :math:`(\beta\, \nabla u, \nabla v)` using standard linear finite elements + on the same mesh. Internally, AMS proceeds with the construction of the following additional objects: