|
Metis 2.0.0
High-performance C++20 dual-mode numerical framework
|
Integration/ODE solver errors. More...
#include <MetisError.hpp>


Public Member Functions | |
| IntegrationError (const std::string &what) | |
| Construct with a descriptive message. | |
| Public Member Functions inherited from metis::MetisError | |
| MetisError (const std::string &what) | |
| Construct with a descriptive message. | |
Integration/ODE solver errors.
|
inlineexplicit |
Construct with a descriptive message.
| what | Error description (automatically prefixed with "Integration:") |