| 
    The Conley-Morse Graphs Software
    
   | 
 
A generic method for computing a time-t map for ODEs. More...
#include <string>#include <vector>#include <iostream>#include <algorithm>#include <memory>#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include "chomp/multiwork/mwdata.h"#include "typeintv.h"#include "typerect.h"#include "maptight.h"#include "datavector.h"#include "odeintegr.h"#include "capd/fdcapdlib.h"Go to the source code of this file.
Classes | |
| class | MapOdeTimeT | 
| This class defines a map for the nonlinear density dependent overcompensatory Leslie population model.  More... | |
Macros | |
| #define | CAPD_USER_NAMESPACE capd | 
| #define | CAPD_DEFAULT_DIMENSION spaceDim | 
A generic method for computing a time-t map for ODEs.
This file defines a generic class which uses the integration routines of the CAPD library in order to compute a time-t map for ODEs.
Definition in file odetimet.h.
| #define CAPD_DEFAULT_DIMENSION spaceDim | 
Definition at line 67 of file odetimet.h.
| #define CAPD_USER_NAMESPACE capd | 
Definition at line 66 of file odetimet.h.