Integrators

cubie.integrators

The SingleIntegratorRun interface is the primary entry point. It creates a loop callable by combining controller, algorithm, and loop submodules as directed by the supplied IntegratorRunSettings.

The cubie.integrators package coordinates CUDA-based initial value problem integrations. It bundles algorithm factories, controller builders, matrix-free solver helpers, and loop orchestrators that combine CUDA device functions from ODE systems with adaptive or fixed step control.

Core API

Dependencies