SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
StreamLineIntegrators Class Reference

#include <StreamLineIntegrators.h>

Public Member Functions

void FindAdamsBashforth ()
 
void FindAdamsMoulton ()
 
void FindHeun ()
 
void FindRK4 ()
 
void FindRKF ()
 
int ComputeRKFTerms (Vector v[6], const Point &p, double s)
 
void integrate (unsigned int method)
 

Public Attributes

Point seed_
 
double tolerance2_
 
double step_size_
 
unsigned int max_steps_
 
VFieldvfield_
 
std::vector< Pointnodes_
 

Protected Member Functions

bool interpolate (const Point &p, Vector &v)
 interpolate using the generic linear interpolator More...
 

Member Function Documentation

int ComputeRKFTerms ( Vector  v[6],
const Point &  p,
double  s 
)
void FindAdamsBashforth ( )
void FindAdamsMoulton ( )
Todo:
: Implement AdamsMoulton
void FindHeun ( )
void FindRK4 ( )
void FindRKF ( )
void integrate ( unsigned int  method)
bool interpolate ( const Point &  p,
Vector &  v 
)
inlineprotected

interpolate using the generic linear interpolator

Member Data Documentation

unsigned int max_steps_
std::vector<Point> nodes_
Point seed_
double step_size_
double tolerance2_
VField* vfield_

The documentation for this class was generated from the following files: