Indicate failure to converge.
More...
|
| Fail (double eps) |
| Construct from error limit.
|
|
| Fail (double eps, const Message &m) |
| Construct from error limit.
|
|
double | epsilon () const |
| Return error limit.
|
|
virtual | ~Fail () throw () |
|
| Error (const Message &message) |
| Constructor.
|
|
std::string | get_message () const |
|
void | append (const Message &message) |
| Appends a message verbatim to the what string.
|
|
void | append_line (const Message &message) |
| Appends a newline and a message verbatim to the what string.
|
|
virtual const char * | what () const throw () |
|
virtual | ~Error () throw () |
|
Indicate failure to converge.
◆ Fail() [1/2]
dg::Fail::Fail |
( |
double | eps | ) |
|
|
inline |
Construct from error limit.
- Parameters
-
◆ Fail() [2/2]
dg::Fail::Fail |
( |
double | eps, |
|
|
const Message & | m ) |
|
inline |
Construct from error limit.
- Parameters
-
eps | accuracy not reached |
m | additional message |
◆ ~Fail()
virtual dg::Fail::~Fail |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
◆ epsilon()
double dg::Fail::epsilon |
( |
| ) |
const |
|
inline |
Return error limit.
- Returns
- eps
The documentation for this struct was generated from the following file: