From: Wolfgang Bangerth Date: Mon, 12 Aug 2019 23:05:51 +0000 (-0600) Subject: Update a piece of documentation to use less jargon. X-Git-Tag: v9.2.0-rc1~1255^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31bf1f1cb49fbaf0647e385f662c3abf1b9ded5b;p=dealii.git Update a piece of documentation to use less jargon. --- diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index c32aef29cc..016324e8b5 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -652,7 +652,8 @@ namespace MatrixCreator * respect for fixed degrees of freedom, and in a second step eliminate them * again from the linear system. The inclusion into the assembly process is as * follows: when the matrix and vectors are set up, a list of nodes subject to - * Dirichlet B.C. is made and matrix and vectors are modified accordingly. This + * Dirichlet boundary conditions is made and matrix and vectors are + * modified accordingly. This * is done by deleting all entries in the matrix in the line of this degree of * freedom, setting the main diagonal entry to a suitable positive value and * the right hand side element to a value so that the solution of the linear