Changes between Version 2 and Version 3 of DianaDivaComparison


Ignore:
Timestamp:
Sep 15, 2009, 10:09:41 AM (16 years ago)
Author:
miha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaDivaComparison

    v2 v3  
    55== Modeling ==
    66
    7 mdl2diva vs. mdl2diana
     7mdl2diva:
     8  * produces FORTRAN code for Promot models
     9
     10mdl2diana:
     11  * produces C++ model code
     12  * generation of higher order model derivatives with respect to state variables and model parameters
    813
    914== Simulation ==
    1015
     16Diva:
     17  * comprehensive list of dynamic solvers (SDASSL, SDASAC, LIMEXS, ...)
     18  * models simulation with discrete part (Petri nets)
     19
    1120Diana:
    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)
    1423
    1524== Non-linear Analysis ==
    1625
     26Diva and Diana:
     27 * One-parameter continuation of steady-state solutions
     28 * Continuation of limit points
     29 * Periodic obits continuation
    1730
     31Diana:
     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)
    1837
    1938== Optimization ==