Module compiled

Module compiled 

Source
Available on crate feature sim and stageleft_runtime only.
Expand description

Interfaces for compiled Hydro simulators and concrete simulation instances.

Structs§

CompiledSim
A handle to a compiled Hydro simulation, which can be instantiated and run.
CompiledSimInstance
A single instance of a compiled Hydro simulation, which provides methods to interactively execute the simulation, feed inputs, and receive outputs.

Traits§

Instantiator
A trait implemented by closures that can instantiate a compiled simulation.