DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Exception thrown when integration times out. More...
#include <timeout_integrator.hpp>
Public Member Functions | |
IntegrationTimeoutException (const std::string &message) | |
IntegrationTimeoutException (std::chrono::milliseconds timeout_duration) | |
Exception thrown when integration times out.
Definition at line 16 of file timeout_integrator.hpp.
|
inlineexplicit |
Definition at line 18 of file timeout_integrator.hpp.
|
inlineexplicit |
Definition at line 21 of file timeout_integrator.hpp.