Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Belos::StatusTestGenResNorm Class Reference

An implementation of StatusTestResNorm using a family of residual norms. More...

#include <Belos_StatusTest_GenResNorm_MP_Vector.hpp>

Detailed Description

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 \]

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.


The documentation for this class was generated from the following file: