Skip to content

Commit

Permalink
Merge pull request #5134 from davydden/slepc_fix_test
Browse files Browse the repository at this point in the history
increase precision in Slepc SHEP test to avoid missed eigenpairs
  • Loading branch information
davydden committed Sep 24, 2017
2 parents de5a06b + ac9c8c8 commit cba4198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slepc/step-36_parallel_03.cc
Expand Up @@ -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;

Expand Down

0 comments on commit cba4198

Please sign in to comment.