From 5a2d9d0a6a93685b4327d13c186be1c57e5a0a0c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Apr 2025 19:50:50 -0600 Subject: [PATCH] Remove an outdated Trilinos comment. --- include/deal.II/lac/trilinos_precondition.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 9e55ce8830..11d1c16b79 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1308,12 +1308,6 @@ namespace TrilinosWrappers * many processors. SSOR, on the other hand, gets more Jacobi-like on many * processors. * - * For proper functionality of this class we recommend using Trilinos v9.0 - * and higher. Older versions may have problems with generating the - * coarse-matrix structure when using matrices with many nonzero entries per - * row (i.e., matrices stemming from higher order finite element - * discretizations). - * * @ingroup TrilinosWrappers * @ingroup Preconditioners */ -- 2.39.5