|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Result of RK45 step with error estimate. More...
#include <IntegratorStep.hpp>
Public Attributes | |
| JanusVector< Scalar > | y5 |
| 5th-order solution (recommended for propagation) | |
| JanusVector< Scalar > | y4 |
| 4th-order solution (used for error estimation) | |
| Scalar | error |
| Estimated local truncation error: ||y5 - y4||. | |
Result of RK45 step with error estimate.
| Scalar | Numeric or symbolic scalar type |
| Scalar janus::RK45Result< Scalar >::error |
Estimated local truncation error: ||y5 - y4||.
| JanusVector<Scalar> janus::RK45Result< Scalar >::y4 |
4th-order solution (used for error estimation)
| JanusVector<Scalar> janus::RK45Result< Scalar >::y5 |
5th-order solution (recommended for propagation)