DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Composable integration architecture using decorator pattern. More...
#include "composable/integrator_decorator.hpp"
#include "composable/timeout_decorator.hpp"
#include "composable/parallel_decorator.hpp"
#include "composable/output_decorator.hpp"
#include "composable/signal_decorator.hpp"
#include "composable/interpolation_decorator.hpp"
#include "composable/interprocess_decorator.hpp"
#include "composable/integrator_builder.hpp"
Go to the source code of this file.
Composable integration architecture using decorator pattern.
This header provides the main entry point for the composable integration system. It includes all individual decorators and the builder interface.
The architecture solves the combinatorial explosion problem by using high cohesion, low coupling principles:
Usage Example:
Definition in file composable_integration.hpp.