From: Wolfgang Bangerth Date: Sat, 19 Apr 2025 01:50:50 +0000 (-0600) Subject: Remove an outdated Trilinos comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2d9d0a6a93685b4327d13c186be1c57e5a0a0c;p=dealii.git Remove an outdated Trilinos comment. --- 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 */