From: Daniel Arndt Date: Mon, 6 Jul 2020 00:01:20 +0000 (-0400) Subject: Remove Solver X-Git-Tag: v9.3.0-rc1~1337^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de9ea84a63e9e899b944361fa4f20b8c1c16cd7;p=dealii.git Remove Solver --- diff --git a/include/deal.II/lac/solver.h b/include/deal.II/lac/solver.h index f068fc8b1f..d75d60212e 100644 --- a/include/deal.II/lac/solver.h +++ b/include/deal.II/lac/solver.h @@ -473,17 +473,6 @@ protected: -/** - * Type definition for the base class for iterative linear solvers. - * This class provides interfaces to a memory pool and the objects that - * determine whether a solver has converged. - * - * @deprecated Use SolverBase instead. - */ -template > -using Solver DEAL_II_DEPRECATED = SolverBase; - - /*-------------------------------- Inline functions ------------------------*/