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
reconsider 'options' parameter for OperatorInterface.apply_inverse #122
Comments
Agreed. We should drop the argument for usual operators and use the |
Ok, so this is decided. I guess, there should be a standardized attribute which holds the options that are being used? How should we name it and what happens with |
This is a good point, did you consider it any further yet? At the moment I would tend to leave the new_op = op.with_(op.invert_options['bicgstab']) If the naming is too confusing we could also rename them to |
Thinking about it, I believe that From my point of view, it would also be attractive to remove the current |
I agree on the first point (and would probably suggest However, I still think that it could become very important to have different versions of the same operator with different We could let an operator have its own options, if he was created We could also let each operator hold These are just some thoughts and suggestions, though ... |
@ftalbrecht, I only propose to remove the list of available options. The options set for a specific |
Another question is how to proceed with least squares solvers. |
No description provided.
The text was updated successfully, but these errors were encountered: