Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ m_tikhonov_rtol

template<class ForwardProblem >
double pism::inverse::IPTaoTikhonovProblem< ForwardProblem >::m_tikhonov_rtol
protected

Convergence parameter: convergence stops when \(||J_D||_2 \) is less than m_tikhonov_rtol times the maximum of the gradient of \(J_S\) and \((1/\eta)J_D\). This occurs when the two terms forming the sum of the gradient of \(J\) point in roughly opposite directions with the same magnitude.

Definition at line 300 of file IPTaoTikhonovProblem.hh.

Referenced by pism::inverse::IPTaoTikhonovProblem< ForwardProblem >::IPTaoTikhonovProblem().