Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CRungeKutta4Op Class Reference

Runge-Kutta Operator of 4th grade. More...

#include <RungeKutta4Op.h>

Inheritance diagram for CRungeKutta4Op:

CIntegrator List of all members.

Public Methods

virtual void SetDt (float dt)
 Sets dt(=value for one timestep).

 CRungeKutta4Op ()
 CRungeKutta4Op (CVectorField *vectorField, CInterpolator *interpolator, float dt)
 Constructor with pointer to vectorfield, pointer to interpolator and dt as parameters.

virtual ~CRungeKutta4Op ()
virtual CSamplePointComputeNext (CSamplePoint *lastPoint)
 Makes one integration-step and returns pointer to new samplepoint.


Detailed Description

Runge-Kutta Operator of 4th grade.

Runge-Kutta4 is better than Euler and Runge-Kutta2, but requires much more computation because of 4 intermediate steps.


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