|
Stokhos Development
|
An implementation of StatusTestResNorm using a family of residual norms. More...
#include <Belos_StatusTest_GenResNorm_MP_Vector.hpp>
An implementation of StatusTestResNorm using a family of residual norms.
StatusTestGenResNorm is an implementation of StatusTestResNorm that allows a user to construct one of a family of residual tests for use as a status/convergence test for Belos. The form of the test is
![\[ \frac{\|r_i\|}{\sigma_i} \le \tau
\]](form_9.png)
where





This implementation is the same as the default, but is specialized for the Sacado::MP::Vector scalar type to keep track of when each component of the ensemble converges.