From: bangerth Date: Mon, 12 Aug 2013 21:06:05 +0000 (+0000) Subject: Augment documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480f5c5b7a3f3ce29ea5d00b8c4ff9176c940a4d;p=dealii-svn.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@30294 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vector_tools.h b/deal.II/include/deal.II/numerics/vector_tools.h index 96fd9a1b7c..d7cf41a6ed 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.h +++ b/deal.II/include/deal.II/numerics/vector_tools.h @@ -182,7 +182,7 @@ class ConstraintMatrix; * *
  • Creation of right hand side vectors for point sources: * The create_point_source_vector() function computes the vector - * $f_i = \int_\Omega \delta_0(x-x_0) \phi_i(x) dx$. + * $f_i = \int_\Omega \delta(x-x_0) \phi_i(x) dx$. * *
  • Creation of boundary right hand side vectors: The * create_boundary_right_hand_side() function computes the vector @@ -1785,7 +1785,9 @@ namespace VectorTools /** * Create a right hand side - * vector for a point source at point @p p. + * vector for a point source at point @p p. In other words, it creates + * a vector $F$ so that + * $F_i = \int_\Omega \delta(x-p) \phi_i(x) dx$. * Prior content of the * given @p rhs_vector vector is * deleted.