<IntegrationMethod> Protocol Reference

This protocol (aka interface) defines a method for integrating flow data. More...

#import <IntegrationMethod.h>

Inheritance diagram for <IntegrationMethod>:
Euler RungeKutta2

List of all members.

Public Member Functions

(bool) - integrateForX:Y:Stepsize:Direction:StoringIn:Direction:
 Performs a single integration step from initial x/y coords, whereas a stepsize and a direction (forward/backward) can be defined.

Detailed Description

This protocol (aka interface) defines a method for integrating flow data.


Member Function Documentation

- (bool) integrateForX: (float)  x
Y: (float)  y
Stepsize: (float)  stepSize
Direction: (int)  direction
StoringIn: (float *)  integratedPoint
Direction: (float *)  integratedVector 

Performs a single integration step from initial x/y coords, whereas a stepsize and a direction (forward/backward) can be defined.

The result is the calculated point and a vector in zhis direction.

Reimplemented in Euler, and RungeKutta2.


The documentation for this protocol was generated from the following file:

Generated on Wed Jan 20 13:38:39 2010 for Courant by  doxygen 1.6.1