Interactive example notebooks for FastSim.
Getting Started
One Script, Two Engines
Running the same model under PathSim and under FastSim, without changing it.
Advanced Topics
C Code Generation
Turning a block diagram into standalone C99, and proving the C still solves the same problem.
Periodic Steady State
Finding a limit cycle directly, instead of integrating until the transient has died away.
Standalone JIT
Compiling a hand-written NumPy function to native Rust, and getting its exact Jacobian with it.