]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Switched to FGMRES.
authorLuca Heltai <luca.heltai@sissa.it>
Sun, 10 May 2020 12:04:08 +0000 (14:04 +0200)
committerMatthias Maier <tamiko@43-1.org>
Fri, 15 May 2020 03:16:36 +0000 (22:16 -0500)
examples/step-70/step-70.cc

index de46f05bb38ac7614cbe459b1b4a3f8eda223d4d..25e4e4bac2b4a8a4f1e92a4897640311e46ac6ce 100644 (file)
@@ -1410,7 +1410,7 @@ namespace Step70
     SolverControl solver_control(system_matrix.m(),
                                  1e-10 * system_rhs.l2_norm());
 
-    SolverMinRes<LA::MPI::BlockVector> solver(solver_control);
+    SolverFGMRES<LA::MPI::BlockVector> solver(solver_control);
 
     constraints.set_zero(solution);
 

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.