/**
* 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
// ---------------------------------------------------------------------
//
-// 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.
//
test<PETScWrappers::PreconditionJacobi> ();
test<PETScWrappers::PreconditionBlockJacobi> ();
- //test<PETScWrappers::PreconditionSOR> ();
- //test<PETScWrappers::PreconditionSSOR> ();
test<PETScWrappers::PreconditionEisenstat> ();
- //test<PETScWrappers::PreconditionICC> ();
- //test<PETScWrappers::PreconditionILU> ();
- //test<PETScWrappers::PreconditionLU> ();
test<PETScWrappers::PreconditionBoomerAMG> ();
test<PETScWrappers::PreconditionParaSails> ();
test<PETScWrappers::PreconditionNone> ();
// ---------------------------------------------------------------------
//
-// 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.
//