FlowVis
Content
Index
Previous (getNextValues)
Next (inner)

Member
  getStreamLine

Visibility
  PRIVATE

Related Class
  TIntegrator

Description
 

euler integration method
start with a seedpoint and walk as long as possible in vector directions until bounds reached
to get forward iterated streamline points dt should be positiv, otherwise for backward integration a negativ one


Source code
  function getStreamLine ( sourcePoint : TSeedPoint ; dt : single ) : PTStreamLine

Parameters
 
Parameter Description
sourcePoint : TSeedPoint the starting seedpoint
dt : SINGLE the percentage of walking direction, [-1,1] except 0, if > 0 then walk in vector dir, else go back

Return
 
Types Description
PTStreamLine a streamline

Links
  #UnderConstruction#

FlowVis
Content
Index
Previous (getNextValues)
Next (inner)


Created with DelphiCodeToDoc. To obtain the latest revision, please see http://dephicodetodoc.sourceforge.net/
Under GNU GPL licence. Copyright (c) 2003 - TridenT.