Template Function diffeq::core::make_timeout_integrator
Defined in File timeout_integrator.hpp
Function Documentation
-
template<typename Integrator>
auto diffeq::core::make_timeout_integrator(Integrator integrator, TimeoutConfig config = {}) Factory function to create timeout-enabled integrator.
- Template Parameters:
Integrator – The integrator type
- Parameters:
integrator – The integrator to wrap
config – Timeout configuration
- Returns:
TimeoutIntegrator wrapping the provided integrator