PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ 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().