Skip to content
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

krylov solver - atol Vs tol #43

Open
mbarbry opened this issue Apr 28, 2020 · 0 comments
Open

krylov solver - atol Vs tol #43

mbarbry opened this issue Apr 28, 2020 · 0 comments

Comments

@mbarbry
Copy link
Collaborator

mbarbry commented Apr 28, 2020

Actually, we are using only the atol parameter for the krylov solvers and the tol parameter is left to its default value 1.0e-5.

However, the exit condition is defined as follow (in lgmres),

r_norm <= max(atol, tol * b_norm)

therefore, the condition on atol may not be satisfied, but the condition on tol with its default value maybe. We should define what kind of behavior we wish to have here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant