From: Wolfgang Bangerth Date: Fri, 27 Feb 2004 18:44:02 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~15713 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6aea02ce5b7c4a7189d823c9ced26ffcd7d53f5;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/petsc_solver_09.cc b/tests/bits/petsc_solver_09.cc index 097a1b28fe..961a108668 100644 --- a/tests/bits/petsc_solver_09.cc +++ b/tests/bits/petsc_solver_09.cc @@ -12,6 +12,10 @@ //---------------------------- petsc_solver_09.cc --------------------------- // test the PETSc TCQMR solver +// +// note that this test fails on PETSc 2.1.6 due to a bug in the TCQMR +// implementation. this is reported and should be fixed soonish + #include "../tests.h"