From 31bf1f1cb49fbaf0647e385f662c3abf1b9ded5b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Aug 2019 17:05:51 -0600 Subject: [PATCH] Update a piece of documentation to use less jargon. --- include/deal.II/numerics/matrix_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5