|
Class Summary |
| DataDerivative |
Class to hold a single DataDeravitive consisting of
an x coordinate and a array of y coordinates for
use in integrator methods. |
| DataPoint |
Class to hold a single DataPoint consisting of
an x coordinate and a array of y coordinates for
use in integrator methods. |
| DiffEquations |
Abstract class to defibe the differential eauations
for the Integrator class. |
| Euler |
Class to implement simple Euler integration. |
| HarmonicEquations |
Example set of DiffEqutions to implement Force Damped
SMH of a single particle about a fixed point. |
| ImprovedEuler |
Class to implement two point Improved Euler integration
that used two derivitives at start and end od step interval. |
| Integrator |
Class to implement general integration by using
with either fixed step size of factor of two
adaptive size. |
| OrbitEquations |
Example set of Diffequations to implement orbits equations
about a fixed mass. |
| PrintMonitor |
Class to monitor integrator progress to a formated output
stream or File. |
| RungeKutta |
Class to implement RungeKutta integration by using
Four point RK with either fixed step size of factor of two
adaptive size. |
| SolveMonitor |
Abstart Class to monitor Integrator class
by defaults does nothing. |