Skip to content

krylov solver - atol Vs tol #43

@mbarbry

Description

@mbarbry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions