Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MODEL::IEuler Class Template Reference

#include <integrator.h>

Inheritance diagram for MODEL::IEuler:

Inheritance graph
[legend]
Collaboration diagram for MODEL::IEuler:

Collaboration graph
[legend]
List of all members.

Public Methods

 IEuler (vf &d, vf &s)
virtual vect& step (vect &current, time &dt)

Private Attributes

Normal rnd

Detailed Description

template<integer dims, typename nelem = number, class NT = NumericTraits<nelem,dims>> class MODEL::IEuler

The simplest integrator possible. If stochastic part is specified: Euler-Maryuama Used mainly for testing purposes. The function is evaluated with the old values

Definition at line 101 of file integrator.h.


Constructor & Destructor Documentation

IEuler ( vf & d,
vf & s ) [inline]
 

Pass it on: nothing special needs to be done.

Definition at line 105 of file integrator.h.


Member Function Documentation

vect & step ( vect & current,
time & dt ) [inline, virtual]
 

Agreed: this is very simple (and error prone)

Reimplemented from MODEL::Integrator.

Definition at line 109 of file integrator.h.


Member Data Documentation

Normal rnd [private]
 

Normal random

Definition at line 121 of file integrator.h.

Referenced by step().


The documentation for this class was generated from the following file:
To get the sources or tarballs, please go to SourceForge or you can use the CVS repository.

More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be

Last update: June 2002.


Looking for Open Source? Check out SourceForge Logo !