From c0da00e960b047af68f927c5a771047d81d80c69 Mon Sep 17 00:00:00 2001 From: saratro Date: Wed, 7 Aug 2019 18:22:03 -0400 Subject: [PATCH] Fix BC typo in matrix_tools --- doc/news/changes/minor/20190807Tro | 3 +++ include/deal.II/numerics/matrix_tools.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/minor/20190807Tro 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 -- 2.39.5