|
OOFEM 3.0
|
#include <convergenceexception.h>
Public Member Functions | |
| ConvergenceException (const std::string &reason) | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | msg |
Convergence exception class
Definition at line 50 of file convergenceexception.h.
| oofem::ConvergenceException::ConvergenceException | ( | const std::string & | reason | ) |
Definition at line 40 of file convergenceexception.C.
References msg.
|
overridenoexcept |
Definition at line 46 of file convergenceexception.C.
References msg.
Referenced by oofem::EngngModel::solveYourself().
|
private |
Definition at line 52 of file convergenceexception.h.
Referenced by ConvergenceException(), and what().