Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::IntegrationError Class Reference

Integration/ODE solver errors. More...

#include <JanusError.hpp>

Inheritance diagram for janus::IntegrationError:
Collaboration diagram for janus::IntegrationError:

Public Member Functions

 IntegrationError (const std::string &what)
 Construct with a descriptive message.
Public Member Functions inherited from janus::JanusError
 JanusError (const std::string &what)
 Construct with a descriptive message.

Detailed Description

Integration/ODE solver errors.

Constructor & Destructor Documentation

◆ IntegrationError()

janus::IntegrationError::IntegrationError ( const std::string & what)
inlineexplicit

Construct with a descriptive message.

Parameters
whatError description (automatically prefixed with "Integration:")

The documentation for this class was generated from the following file: