]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a comment that had the wrong boundary id type. 8022/head
authorDavid Wells <drwells@email.unc.edu>
Mon, 6 May 2019 23:02:30 +0000 (19:02 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 7 May 2019 00:38:34 +0000 (20:38 -0400)
include/deal.II/numerics/matrix_tools.h

index 7bd27d40f9bad35d39a2abdcf76ccb56aa9120a6..ad79c75a182b3058834b712322f24fb418420ad8 100644 (file)
@@ -192,8 +192,8 @@ namespace TrilinosWrappers
  * parts with indicators contained in a std::map<types::boundary_id, const
  * Function<spacedim,number>*> passed to the function (i.e. if you want to set
  * up the mass matrix for the parts of the boundary with indicators zero and 2,
- * you pass the function a map of <tt>unsigned
- * char</tt>s as parameter @p boundary_functions containing the keys zero and
+ * you pass the function a map with key type types::boundary_id
+ * as the parameter @p boundary_functions containing the keys zero and
  * 2). The size of the matrix is equal to the number of degrees of freedom
  * that have support on the boundary, i.e. it is <em>not</em> a matrix on all
  * degrees of freedom, but only a subset. (The $\phi_i$ in the formula are the

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.