From d0d8197e09c2891aeea349b6849e110b5ed68b4d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 15 Aug 2016 16:13:53 -0400 Subject: [PATCH] update --- include/deal.II/lac/petsc_precondition.h | 3 ++- tests/petsc/reinit_preconditioner_01.cc | 7 +------ tests/petsc/reinit_preconditioner_02.cc | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) 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. // -- 2.39.5