]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adjust slepc_04 test for 3.8.0
authorDenis Davydov <davydden@gmail.com>
Sat, 28 Oct 2017 09:38:47 +0000 (11:38 +0200)
committerDenis Davydov <davydden@gmail.com>
Sat, 28 Oct 2017 09:38:47 +0000 (11:38 +0200)
The reference SLEPc test4 produces
-type gd  : 119
-type gd2 : 131
which is indeed lower than what we used to have

tests/slepc/solve_04.cc
tests/slepc/solve_04.output

index 62ee1c7fed793d08cb9548297ea54ab059e3e350..0618d2ef8e5151e60a32080a4d48c05b37c4d4e2 100644 (file)
@@ -80,20 +80,21 @@ check_solve( SolverType &solver,
                                  solver_control.last_step(),
                                  21,21);
       break;
+    // below the spread is bigger since Slepc 3.8:
     case 4:
       check_solver_within_range ((void)true,
                                  solver_control.last_step(),
-                                 123,128);
+                                 119,128);
       break;
     case 5:
       check_solver_within_range ((void)true,
                                  solver_control.last_step(),
-                                 136,138);
+                                 127,138);
       break;
     case 6:
       check_solver_within_range ((void)true,
                                  solver_control.last_step(),
-                                 50,51);
+                                 44,51);
       break;
     default:
       Assert (false, ExcNotImplemented());
index 0932e3dcbc8308bc4c1a8929c97fec1e38784aa5..66259802920d833c88230af333a22ef00af0fd11 100644 (file)
@@ -14,14 +14,14 @@ DEAL::Solver stopped within 21 - 21 iterations
 DEAL::Eigenvalues: 3.98974, 3.95906, 3.90828, 3.83792
 DEAL::
 DEAL::Solver type: N6dealii13SLEPcWrappers25SolverGeneralizedDavidsonE
-DEAL::Solver stopped within 123 - 128 iterations
+DEAL::Solver stopped within 119 - 128 iterations
 DEAL::Eigenvalues: 3.98974, 3.95906, 3.90828, 3.83792
 DEAL::
 DEAL::Solver type: N6dealii13SLEPcWrappers25SolverGeneralizedDavidsonE
-DEAL::Solver stopped within 136 - 138 iterations
+DEAL::Solver stopped within 127 - 138 iterations
 DEAL::Eigenvalues: 3.98974, 3.95906, 3.90828, 3.83792
 DEAL::
 DEAL::Solver type: N6dealii13SLEPcWrappers20SolverJacobiDavidsonE
-DEAL::Solver stopped within 50 - 51 iterations
+DEAL::Solver stopped within 44 - 51 iterations
 DEAL::Eigenvalues: 3.98974, 3.95906, 3.90828, 3.83792
 DEAL::

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.