Template Function diffeq::core::composable::with_interprocess_only
Defined in File integrator_builder.hpp
Function Documentation
-
template<system_state S>
auto diffeq::core::composable::with_interprocess_only(std::unique_ptr<AbstractIntegrator<S>> integrator, InterprocessConfig config = {}) Create integrator with only interprocess communication.
- Template Parameters:
S – State type
- Parameters:
integrator – Base integrator
config – Interprocess configuration
- Returns:
Interprocess-enabled integrator