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 a3423da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/solvers/slepc_eigen_solver.C
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ void SlepcEigenSolver<T>::clear () noexcept
PetscErrorCode ierr = LibMeshEPSDestroy(&_eps);
if (ierr)
libmesh_warning("Warning: EPSDestroy returned a non-zero error code which we ignored.");

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

Expand Down

0 comments on commit a3423da

Please sign in to comment.