Template Class SOSRAIntegrator

Inheritance Relationships

Base Type

Class Documentation

template<system_state StateType>
class SOSRAIntegrator : public diffeq::sde::AbstractSDEIntegrator<StateType>

SOSRA (Stability-Optimized SRA) integrator.

SRA integrator with stability-optimized tableau coefficients. Enhanced stability for stiff additive noise SDEs with strong order 1.5.

Note: This is a simplified implementation for compatibility.

Public Types

using base_type = sde::AbstractSDEIntegrator<StateType>
using state_type = typename base_type::state_type
using time_type = typename base_type::time_type
using value_type = typename base_type::value_type

Public Functions

inline explicit SOSRAIntegrator(std::shared_ptr<typename base_type::sde_problem_type> problem, std::shared_ptr<typename base_type::wiener_process_type> wiener = nullptr)
inline virtual void step(state_type &state, time_type dt) override
inline virtual std::string name() const override