Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CEulerOp Class Reference

A class that implements the Euler-operator. More...

#include <EulerOp.h>

Inheritance diagram for CEulerOp:

CIntegrator List of all members.

Public Methods

 CEulerOp ()
 CEulerOp::CEulerOp (CVectorField *vectorField, CInterpolator *interpolator, float dt)
virtual ~CEulerOp ()
virtual CSamplePointComputeNext (CSamplePoint *lastPoint)
 Makes one euler-step and returns pointer to new samplepoint.


Detailed Description

A class that implements the Euler-operator.

The Euler-operator is a simple integration-method using the formula s1 = s0 + v0*dt.


The documentation for this class was generated from the following files:
Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002