tempusSystem Class DiscreteIntegrator
DiscreteIntegrator is part of the WaveTrain system class library

DiscreteIntegrator performs a discrete integration on its input vector, using one of three integration algorithms: forward Euler, backward Euler, or trapezoid rule.

Tempus Block Diagram Editor Snapshot
Parameters
startTime  double   Start time (s)   0.0
delta_t  double   Time step (s)   1.0
method  integrationMethod   Integration method (FORWARD_EULER, BACKWARD_EULER, or TRAPEZOID_RULE)   FORWARD_EULER
Inputs
u  Vector<float>   Integrand   
Outputs
y  Vector<float>   Discrete integral   
Subsystems


Last Saved: Wed Feb 20 10:50:11 MST 2008 by TVE version 2007B