]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adjust tests and examples 7451/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 19 Nov 2018 15:11:09 +0000 (10:11 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 19 Nov 2018 15:26:57 +0000 (10:26 -0500)
examples/step-32/step-32.cc
tests/matrix_free/stokes_computation.cc

index 8de18f9c3cab2e29d1e7e090752e00e4ef9d44c5..0da7bba2299989fe7ed43c6dd30e9c4bb3ace263 100644 (file)
@@ -3002,7 +3002,7 @@ namespace Step32
             solver_control,
             mem,
             SolverFGMRES<TrilinosWrappers::MPI::BlockVector>::AdditionalData(
-              30, true));
+              30));
           solver.solve(stokes_matrix,
                        distributed_stokes_solution,
                        stokes_rhs,
@@ -3028,7 +3028,7 @@ namespace Step32
             solver_control_refined,
             mem,
             SolverFGMRES<TrilinosWrappers::MPI::BlockVector>::AdditionalData(
-              50, true));
+              50));
           solver.solve(stokes_matrix,
                        distributed_stokes_solution,
                        stokes_rhs,
index 0f742e65d13cdb378ce9ae197ab89acf45f51455..eb77cb2620f19b67c34869a6e13f45e88af7d996 100644 (file)
@@ -1368,7 +1368,7 @@ namespace StokesClass
         SolverFGMRES<block_vector_t> solver(
           solver_control_cheap,
           mem,
-          SolverFGMRES<block_vector_t>::AdditionalData(50, true));
+          SolverFGMRES<block_vector_t>::AdditionalData(50));
 
         solver.solve(stokes_matrix,
                      distributed_stokes_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.