HermesCommon
3.0
|
Public Member Functions | |
NonlinearException (Hermes::Solvers::NonlinearConvergenceState convergenceState) | |
Hermes::Solvers::NonlinearConvergenceState | get_exception_state () |
![]() | |
Exception () | |
Init exception with default message. | |
Exception (const Exception &e) | |
Exception (const char *msg,...) | |
void | print_msg () const |
print error message to stderr | |
virtual const char * | what () const throw () |
get pointer to error message | |
std::string | info () const |
const char * | get_func_name () const |
Protected Attributes | |
Hermes::Solvers::NonlinearConvergenceState | convergenceState |
![]() | |
std::stringstream | message |
char | message_char [10000] |
To be compatible with what(). | |
Definition at line 309 of file nonlinear_matrix_solver.h.