Fix typo in AMS Poisson matrix description (#863)

This commit is contained in:
Rob Falgout 2023-03-17 10:48:17 -07:00 committed by GitHub
parent 2a61eb41ad
commit c3ce7b9f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: