RungeKutta2Integrator Class Reference

Eulerintergration. More...

#include <GridAcceleratedStreamLines.h>

Inheritance diagram for RungeKutta2Integrator:

BaseIntegrator StreamLineBase SLine List of all members.

Public Member Functions

 RungeKutta2Integrator (FlowData *flow)
 Konstruktor.
 ~RungeKutta2Integrator (void)
 Destruktor.
virtual void IntegrateOneSide (vec3 &pos, PList *lst, float stepSize)
 Integriert eine halbe Streamline nach Runge-Kutta 2.
virtual bool checkCoord (vec3 &pos)
 Prüft erzeugte SamplePoints auf dtest Tauglichkeit.

Detailed Description

Eulerintergration.

Klasse zur Intergration nach RungeKutta 2 für Streamlineberechnung


Constructor & Destructor Documentation

RungeKutta2Integrator::RungeKutta2Integrator FlowData flow  ) 
 

Konstruktor.

Parameters:
flow Die FlowDaten aus dem Hauptprogramm

RungeKutta2Integrator::~RungeKutta2Integrator void   ) 
 

Destruktor.


Member Function Documentation

bool RungeKutta2Integrator::checkCoord vec3 pos  )  [virtual]
 

Prüft erzeugte SamplePoints auf dtest Tauglichkeit.

Parameters:
pos Position des aktuellen SamplePoints

Reimplemented from BaseIntegrator.

void RungeKutta2Integrator::IntegrateOneSide vec3 pos,
PList lst,
float  stepSize
[virtual]
 

Integriert eine halbe Streamline nach Runge-Kutta 2.

Parameters:
pos Seedpointposition
lst Liste der erzeugten Samplepoints
stepSize dt der Integration

Reimplemented from BaseIntegrator.


The documentation for this class was generated from the following files:
Generated on Sun Jan 15 17:55:59 2006 for Show The Flow by  doxygen 1.4.5