Operator-partitioned numerical solver — ODE + IMEX/PDE operator splitting.
OpEngine.jl is a Julia port of
ACCIDDA/op_engine (Python). It provides
a numerical solver that decomposes dynamical systems into operator-partitioned
components, supporting:
- Standard ODE integration
- IMEX (implicit-explicit) splitting
- PDE operator splitting
Pre-alpha. Port in progress.
| Package | Description |
|---|---|
| op_engine | Original Python implementation |
| OpSystem.jl | System specification compiler (input to OpEngine) |
| ModelCriticism.jl | Model evaluation framework (downstream consumer) |
using Pkg
Pkg.add("OpEngine")julia --project=. -e 'using Pkg; Pkg.instantiate()'
just testMIT