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