2006-07-19 21:58:28 +02:00
|
|
|
eXtensible multi-dimensional Simulator
|
|
|
|
* An open-source XML based simulation package
|
|
|
|
* From Ordinary Differential Equations (ODEs) up to stochastic Partial
|
|
|
|
Differential Equations (PDEs)
|
|
|
|
* Many applications:
|
|
|
|
o physics
|
|
|
|
o mathematics
|
|
|
|
o engineering
|
|
|
|
o finance
|
|
|
|
o economics
|
|
|
|
o chemistry
|
|
|
|
o theoretical biology
|
|
|
|
* Generates fast, C++ compiled code
|
|
|
|
* Documentation and source are free!
|
|
|
|
* Runs on Linux, Unix, MacOS X and Cygwin (Windows)
|
|
|
|
XMDS is a code generator that integrates equations. You write them down in
|
|
|
|
human readable form in an XML file, and it goes away and writes and compiles a
|
|
|
|
C++ program that integrates those equations as fast as it can possibly be done
|
|
|
|
in your architecture.
|
|
|
|
|
2008-04-18 03:05:19 +02:00
|
|
|
Author: Paul Cochrane (principal developer) cochrane@physics.uq.edu.au
|
2006-07-19 21:58:28 +02:00
|
|
|
Joseph Hope (second author) Joseph.Hope@anu.edu.au
|
|
|
|
Peter Drummond (xmds project leader) drummond@physics.uq.edu.au
|
2011-10-24 11:11:38 +02:00
|
|
|
|
2008-04-18 03:05:19 +02:00
|
|
|
WWW: http://www.xmds.org/
|