]> https://gitweb.dealii.org/ - dealii.git/commitdiff
change basis size back to 100 16058/head
authorNils Schween <nils.schween@mpi-hd.mpg.de>
Mon, 2 Oct 2023 07:40:21 +0000 (09:40 +0200)
committerNils Schween <nils.schween@mpi-hd.mpg.de>
Mon, 2 Oct 2023 07:40:21 +0000 (09:40 +0200)
examples/step-12/step-12.cc

index 891dc66cf6fb44e49dc0fd0385c764d65e3ad7d0..b365f5b0bdc17c3b1e998cb5ecfbc94a03f503f3 100644 (file)
@@ -480,8 +480,9 @@ namespace Step12
   void AdvectionProblem<dim>::solve()
   {
     SolverControl solver_control(1000, 1e-6 * right_hand_side.l2_norm());
+
     SolverGMRES<Vector<double>>::AdditionalData additional_data;
-    additional_data.max_n_tmp_vectors = 85;
+    additional_data.max_n_tmp_vectors = 100;
     SolverGMRES<Vector<double>> solver(solver_control, additional_data);
 
     // Here we create the preconditioner,

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.