From: Maximilian Bergbauer Date: Tue, 21 Jan 2025 15:18:50 +0000 (+0100) Subject: Fix class name in description of DiagonalMatrix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18015%2Fhead;p=dealii.git Fix class name in description of DiagonalMatrix --- diff --git a/include/deal.II/lac/diagonal_matrix.h b/include/deal.II/lac/diagonal_matrix.h index 03e49b873e..7111ba8571 100644 --- a/include/deal.II/lac/diagonal_matrix.h +++ b/include/deal.II/lac/diagonal_matrix.h @@ -43,7 +43,7 @@ namespace LinearAlgebra * VectorType::scale, so the template vector class needs to provide a * @p scale() method. * - * When using this class with ConstraintsMatrix::distribute_local_to_global(), + * When using this class with AffineConstraints::distribute_local_to_global(), * the underlying vector needs to provide write access to all entries referenced * by cells in an assembly process. This means that this class also needs access * to ghost entries that are owned by other processors than the calling one.