From: Timo Heister Date: Mon, 15 Aug 2016 20:13:53 +0000 (-0400) Subject: update X-Git-Tag: v8.5.0-rc1~765^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2963%2Fhead;p=dealii.git update --- diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index c872a7344e..678fbdd745 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -380,7 +380,8 @@ namespace PETScWrappers /** * A class that implements the interface to use the PETSc Eisenstat - * preconditioner, which implements SSOR on each processor. + * preconditioner, which implements SSOR on the diagonal block owned by + * each processor. * * See the comment in the base class * @ref PreconditionerBase diff --git a/tests/petsc/reinit_preconditioner_01.cc b/tests/petsc/reinit_preconditioner_01.cc index efef00c4de..99bcfb2d56 100644 --- a/tests/petsc/reinit_preconditioner_01.cc +++ b/tests/petsc/reinit_preconditioner_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2004 - 2015 by the deal.II authors +// Copyright (C) 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -95,12 +95,7 @@ int main (int argc, char **argv) test (); test (); - //test (); - //test (); test (); - //test (); - //test (); - //test (); test (); test (); test (); diff --git a/tests/petsc/reinit_preconditioner_02.cc b/tests/petsc/reinit_preconditioner_02.cc index cbbe0c30fb..e95089a043 100644 --- a/tests/petsc/reinit_preconditioner_02.cc +++ b/tests/petsc/reinit_preconditioner_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2004 - 2015 by the deal.II authors +// Copyright (C) 2016 by the deal.II authors // // This file is part of the deal.II library. //