The Conley-Morse Graphs Software
Classes
odeapprox.h File Reference

A generic method for computing a time-t map for ODEs in an approximate way. More...

#include <string>
#include <vector>
#include <iostream>
#include "maptype.h"
#include "odetimet.h"
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"

Go to the source code of this file.

Classes

class  MapOdeApprox
 This class defines a map for the nonlinear density dependent overcompensatory Leslie population model. More...
 

Detailed Description

A generic method for computing a time-t map for ODEs in an approximate way.

This file defines a generic class which uses a non-rigorous integration method based on Runge-Kutta applied to sample points in an interval box in order to compute an approximation of a time-t map for ODEs.

Author
Pawel Pilarczyk

Definition in file odeapprox.h.