]> https://gitweb.dealii.org/ - dealii.git/commitdiff
testsuite: remove iterative_inverse from a test
authorMatthias Maier <tamiko@43-1.org>
Wed, 28 Jun 2017 19:05:57 +0000 (14:05 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 3 Jul 2017 10:15:14 +0000 (05:15 -0500)
tests/lac/linear_operator_08.cc

index bc59c054bb3e199f05d0e58d9145896a719b2d34..d43bd983cf7184e7fe72b851b71e5dfaf9c3cc8f 100644 (file)
@@ -42,7 +42,6 @@
 #include <deal.II/lac/solver_relaxation.h>
 #include <deal.II/lac/solver_richardson.h>
 #include <deal.II/lac/solver_selector.h>
-#include <deal.II/lac/iterative_inverse.h>
 #ifdef DEAL_II_WITH_UMFPACK
 #include <deal.II/lac/sparse_direct.h>
 #endif
@@ -398,21 +397,6 @@ int main()
       const Vector<double> x = lo_A_inv*b;
     }
 #endif
-//    { // See #1673 and #1784
-//      deallog << "IterativeInverse" << std::endl;
-//
-//      PreconditionJacobi< SparseMatrix<double> > preconditioner;
-//      preconditioner.initialize(A);
-//
-//      ReductionControl solver_control (10, 1.e-30, 1.e-2);
-//      IterativeInverse< Vector<double> > A_inv;
-//      A_inv.initialize(A,preconditioner);
-//      A_inv.solver.select("cg");
-//      A_inv.solver.set_control(solver_control);
-//
-//      const auto lo_A_inv = linear_operator(A_inv);
-//      const Vector<double> x = lo_A_inv*b;
-//    }
     deallog.pop();
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.