]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a missing grad sign, as mentioned by Francesco Freddi.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Nov 2005 15:13:49 +0000 (15:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Nov 2005 15:13:49 +0000 (15:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@11691 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/matrices.h

index dd0711a0b4afe3b3853d0c319586be195fe04948..b5348828876c3eef74359d036941cde630b09ed7 100644 (file)
@@ -117,11 +117,11 @@ namespace PETScWrappers
  *   $m_{ij} = \int_\Omega a(x) \phi_i(x) \phi_j(x) dx$ instead.
  *
  * <li> @p create_laplace_matrix: create the matrix with entries
- *   $m_{ij} = \int_\Omega \nabla\phi_i(x) \nabla\phi_j(x) dx$ by
+ *   $a_{ij} = \int_\Omega \nabla\phi_i(x) \nabla\phi_j(x) dx$ by
  *   numerical quadrature.
  *
  *   Again, a coefficient may be given to evaluate
- *   $m_{ij} = \int_\Omega a(x) \nabla\phi_i(x) \phi_j(x) dx$ instead.
+ *   $a_{ij} = \int_\Omega a(x) \nabla\phi_i(x) \nabla\phi_j(x) dx$ instead.
  * </ul>
  *
  * Make sure that the order of the Quadrature formula given to these

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.