From: saratro Date: Wed, 7 Aug 2019 22:22:03 +0000 (-0400) Subject: Fix BC typo in matrix_tools X-Git-Tag: v9.2.0-rc1~1296^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0da00e960b047af68f927c5a771047d81d80c69;p=dealii.git Fix BC typo in matrix_tools --- diff --git a/doc/news/changes/minor/20190807Tro b/doc/news/changes/minor/20190807Tro new file mode 100644 index 0000000000..acefe50a59 --- /dev/null +++ b/doc/news/changes/minor/20190807Tro @@ -0,0 +1,3 @@ +Changed: Fixed typo in matrix_tools.h, "Dirichlet bc" to "Dirichlet B.C." +
+(Sara Tro, 2019/08/07) diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index 8c9c53bff8..c32aef29cc 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -652,7 +652,7 @@ 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 bc is made and matrix and vectors are modified accordingly. This + * Dirichlet B.C. 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