Changes between Version 11 and Version 12 of EMSO
- Timestamp:
- Dec 28, 2006, 11:03:12 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EMSO
v11 v12 20 20 * A large set of [wiki:Functions built-in functions] 21 21 * Models are written in a '''modeling language''', the user does not need to be a programmer 22 * Models are converted to system of equations '''in memory''', no compilation or linking is needed 22 23 * An '''open''' library of models, called [wiki:EML] 23 24 * Built-in code for symbolic differentiation which enables the system to solve '''high-index''' problems … … 26 27 * A graphical user interface which can be used to model development, simulation execution, and results visualizing 27 28 * A system of '''PlugIns''' where the user can embed code written in C, C++ or FORTRAN into the models 28 * A very modular system , all solvers are DLL's29 * A very modular system - all solvers are DLL's and the user can even write their own NewSolver 29 30 30 31 == Models ==