]> https://gitweb.dealii.org/ - dealii.git/commitdiff
increase precision in Slepc SHEP test to avoid missed eigenpairs 5134/head
authorDenis Davydov <davydden@gmail.com>
Sat, 23 Sep 2017 21:40:39 +0000 (23:40 +0200)
committerDenis Davydov <davydden@gmail.com>
Sat, 23 Sep 2017 21:40:39 +0000 (23:40 +0200)
tests/slepc/step-36_parallel_03.cc

index 62e15cc8f02dd9f7c5cccf2cf4c35f966ce4f8bc..a5fb1a22af50c48506f94096488f711f66d2814a 100644 (file)
@@ -245,7 +245,7 @@ void test (std::string solver_name,
     PETScWrappers::SolverCG  linear_solver(linear_solver_control,mpi_communicator);
     linear_solver.initialize(*preconditioner);
 
-    dealii::SolverControl solver_control (100, 1e-11,/*log_history*/false,/*log_results*/false);
+    dealii::SolverControl solver_control (100, 1e-12,/*log_history*/false,/*log_results*/false);
 
     dealii::SLEPcWrappers::SolverBase *eigensolver;
 

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.