Displaying 1 result from an estimated 1 matches for "modelica".
Did you mean:
modela
2019 Jan 02
2
JIT compiler, Windows, external functions like cos
Hello LLVM team,
our software FluidSIM (www.fluidsim.de) simulates pneumatic, hydraulic
and electric circuits. For the mathematical models we use the language
Modelica (www.modelica.org). We developed our own Modelica simulator
which solves the dynamical created algebraic differential equation
systems. One tool is our small JIT compiler, which compiles mathematical
expressions like “2*x0 + sin(x1)” at runtime.
In the future we want to compile more complex exp...