From a14fa76350f009cae281ae00dac9ae8d21e7b9b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 May 2025 15:08:32 -0600 Subject: [PATCH] Fix some misspellings of Trilinos names. --- include/deal.II/lac/trilinos_precondition.h | 2 +- include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h | 2 +- include/deal.II/lac/trilinos_vector.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 7c276c4be2..2c25bd37af 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1877,7 +1877,7 @@ namespace TrilinosWrappers * Let Trilinos compute a multilevel hierarchy for the solution of a * linear system with the given matrix. As opposed to the other initialize * function above, this function uses an object of type - * Epetra_CrsMatrixCrs. + * Epetra_CrsMatrix. */ void initialize(const Epetra_CrsMatrix &matrix, diff --git a/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h b/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h index 4de600f35f..c12d10ff5f 100644 --- a/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h +++ b/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h @@ -832,7 +832,7 @@ namespace LinearAlgebra get_mpi_communicator() const; /** - * Return the underlying Teuchos::MPI communicator. + * Return the underlying Teuchos MPI communicator. */ Teuchos::RCP> get_teuchos_mpi_communicator() const; diff --git a/include/deal.II/lac/trilinos_vector.h b/include/deal.II/lac/trilinos_vector.h index 39e7983a50..8be97c46b3 100644 --- a/include/deal.II/lac/trilinos_vector.h +++ b/include/deal.II/lac/trilinos_vector.h @@ -717,7 +717,7 @@ namespace TrilinosWrappers /** * Another copy function. This one takes a deal.II vector and copies it * into a TrilinosWrapper vector. Note that since we do not provide any - * Epetra_map that tells about the partitioning of the vector among the + * Epetra_Map that tells about the partitioning of the vector among the * MPI processes, the size of the TrilinosWrapper vector has to be the * same as the size of the input vector. */ -- 2.39.5