The Conley-Morse Graphs Software
Classes | Macros
odetimet.h File Reference

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
 

Detailed Description

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.

Author
Pawel Pilarczyk

Definition in file odetimet.h.

Macro Definition Documentation

◆ CAPD_DEFAULT_DIMENSION

#define CAPD_DEFAULT_DIMENSION   spaceDim

Definition at line 67 of file odetimet.h.

◆ CAPD_USER_NAMESPACE

#define CAPD_USER_NAMESPACE   capd

Definition at line 66 of file odetimet.h.