From 29cbdb59e4b45a224c240a80b70bfe534c24e371 Mon Sep 17 00:00:00 2001 From: Maximilian Bergbauer Date: Tue, 21 Jan 2025 16:18:50 +0100 Subject: [PATCH] Fix class name in description of DiagonalMatrix --- include/deal.II/lac/diagonal_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5