Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Indicate failure to converge. More...
Public Member Functions | |
Fail (double eps) | |
Construct from error limit. More... | |
Fail (double eps, const Message &m) | |
Construct from error limit. More... | |
double | epsilon () const |
Return error limit. More... | |
virtual | ~Fail () throw () |
Public Member Functions inherited from dg::Error | |
Error (const Message &message) | |
Constructor. More... | |
std::string | get_message () const |
void | append (const Message &message) |
Appends a message verbatim to the what string. More... | |
void | append_line (const Message &message) |
Appends a newline and a message verbatim to the what string. More... | |
virtual const char * | what () const throw () |
virtual | ~Error () throw () |
Indicate failure to converge.
|
inline |
Construct from error limit.
eps | accuracy not reached |
|
inline |
Construct from error limit.
eps | accuracy not reached |
m | additional message |
|
inlinevirtual |
|
inline |
Return error limit.