From 46e71883007e9bec35ad39a7473286f0d5523e20 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Feb 2020 22:56:54 -0700 Subject: [PATCH] Be pedantic in how we spell deal.II. --- include/deal.II/grid/grid_tools.h | 2 +- include/deal.II/lac/trilinos_precondition.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */ -- 2.39.5