We have the concept of a convergence tolerance that combines absolute and relative tolerances. Currently we require both absolute and relative tolerances to be satisfied for something to be converged. We could instead consider something converged when either absolute or relative tolerance is satisfied. I think either approach is valid, so we should decide what we want to do and then clearly document in the code how convergence works with the two types of tolerances.
We have the concept of a convergence tolerance that combines absolute and relative tolerances. Currently we require both absolute and relative tolerances to be satisfied for something to be converged. We could instead consider something converged when either absolute or relative tolerance is satisfied. I think either approach is valid, so we should decide what we want to do and then clearly document in the code how convergence works with the two types of tolerances.