Template Class SRIW1Integrator

Inheritance Relationships

Base Type

Class Documentation

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

SRIW1 integrator variant.

SRI integrator configured with SRIW1 tableau coefficients. Weak order 2.0 method for general Itô 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 SRIW1Integrator(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