From: Wolfgang Bangerth Date: Sat, 15 Feb 2020 05:56:54 +0000 (-0700) Subject: Be pedantic in how we spell deal.II. X-Git-Tag: v9.2.0-rc1~517^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46e71883007e9bec35ad39a7473286f0d5523e20;p=dealii.git Be pedantic in how we spell deal.II. --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index a6634986ee..67a8ed6bb0 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -2314,7 +2314,7 @@ namespace GridTools * source triangulation to the triangulation that is built from the list of * patch cells. This adds support for triangulations which have been * perturbed or smoothed in some manner which makes the triangulation - * deviate from the standard deal.ii refinement strategy of placing new + * deviate from the standard deal.II refinement strategy of placing new * vertices at midpoints of faces or edges. * * The operation implemented by this function is frequently used in the diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index cf8edb8098..9cb8f7e930 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1330,7 +1330,7 @@ namespace TrilinosWrappers * Since the Trilinos objects we want to use are heavily dependent on Epetra * objects, we recommend using this class in conjunction with Trilinos * (Epetra) sparse matrices and vectors. There is support for use with - * matrices of the deal.II::SparseMatrix class and corresponding vectors, + * matrices of the dealii::SparseMatrix class and corresponding vectors, * too, but this requires generating a copy of the matrix, which is slower * and takes (much) more memory. When doing such a copy operation, we can * still profit from the fact that some of the entries in the preconditioner @@ -1668,7 +1668,7 @@ namespace TrilinosWrappers /** * Let Trilinos compute a multilevel hierarchy for the solution of a - * linear system with the given matrix. This function takes a deal.ii + * linear system with the given matrix. This function takes a deal.II * matrix and copies the content into a Trilinos matrix, so the function * can be considered rather inefficient. */