From: Wolfgang Bangerth Date: Thu, 9 Mar 2000 13:11:53 +0000 (+0000) Subject: Update. X-Git-Tag: v8.0.0~20798 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d58cf46f4acb9ee347d247c8ee2c37958558a36;p=dealii.git Update. git-svn-id: https://svn.dealii.org/trunk@2571 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/future.html b/deal.II/doc/future.html index 17dccd801c..751945e6da 100644 --- a/deal.II/doc/future.html +++ b/deal.II/doc/future.html @@ -63,13 +63,11 @@
  • Linear solvers: We already have the most common linear solvers, such as CG, - BiCGStab, or GMRES. However, there are certainly more + BiCGStab, or Minres. However, there are certainly more proficient implementations of these solvers, but that would need experts in this field which we certainly are not. It would also be of interest to have linear solvers for more - specialized applications; in particular, solvers for - indefinite symmetric problems, such as MinRes or SymmLQ would - be nice. + complicated applications.