From: wolf Date: Fri, 27 Feb 2004 18:44:02 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed627a795157aab4c34623647491bf124bce3bf1;p=dealii-svn.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"