Skip to content

Commit

Permalink
remove the line for resetting the solver type #3341
Browse files Browse the repository at this point in the history
  • Loading branch information
YaqiWang committed Jul 21, 2022
1 parent 2e35f68 commit 5149746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/slepc_eigen_solver.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void SlepcEigenSolver<T>::clear () noexcept
libmesh_warning("Warning: EPSDestroy returned a non-zero error code which we ignored.");

// SLEPc default eigenproblem solver
this->_eigen_solver_type = KRYLOVSCHUR;
// this->_eigen_solver_type = KRYLOVSCHUR;
}
}

Expand Down

0 comments on commit 5149746

Please sign in to comment.