Changes between Version 2 and Version 3 of DianaDivaComparison
- Timestamp:
- Sep 15, 2009, 10:09:41 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DianaDivaComparison
v2 v3 5 5 == Modeling == 6 6 7 mdl2diva vs. mdl2diana 7 mdl2diva: 8 * produces FORTRAN code for Promot models 9 10 mdl2diana: 11 * produces C++ model code 12 * generation of higher order model derivatives with respect to state variables and model parameters 8 13 9 14 == Simulation == 10 15 16 Diva: 17 * comprehensive list of dynamic solvers (SDASSL, SDASAC, LIMEXS, ...) 18 * models simulation with discrete part (Petri nets) 19 11 20 Diana: 12 13 * Singularities of higher Ko-Dimension (isolas, hysteresis, pitchfork, winged cusp)21 * simulation with Sundials/IDA, ODESSA, DASPK solvers 22 * only continuous models (Petri nets simulation is under development) 14 23 15 24 == Non-linear Analysis == 16 25 26 Diva and Diana: 27 * One-parameter continuation of steady-state solutions 28 * Continuation of limit points 29 * Periodic obits continuation 17 30 31 Diana: 32 * Singularities of higher co-dimension (isola, hysteresis, pitchfork, winged cusp) 33 * Hopf point continuation 34 * Periodic orbits continuation with the recursive projection method 35 (large-scale dynamical models with low-dimensional slow dynamics) 36 * Detection of periodic orbits bifurcations (limit point, period doubling, torus bifurcation) 18 37 19 38 == Optimization ==