-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the line for resetting the solver type in slepc eigen solver #3342
base: devel
Are you sure you want to change the base?
Conversation
5149746
to
a3423da
Compare
I can add a new function like |
I think the right fix here, as @roystgnr suggested, is to try removing the |
Digging in to the git log: we only added those clear() calls 3 years ago, in #2160 - but they were added to fix a couple actual problems. |
Yeah, that is the thing I was afraid of. It is very difficult for me to use the slepc solver without relying on setting commandline options to tune the solver even though I am using the EigenSystem. So I decided to just write a very specific small slepc solver for my purpose. So I lost motivation to push this forward. I respect the design to let |
IMHO this may be the right thing to do medium-term. In hindsight the right thing to do 3 years ago, as well as in the long term, might have been to require user code to call The trouble with this is I'm not sure where to put that code at the user level. I guess we could experiment with removing the |
Close #3341.