AbstractDESSolver
.Interface | Description |
---|---|
DelayedDESystem |
This interface describes a differential equation system containing values
with a delay function.
|
DelayValueHolder |
This interface describes a value holder that can compute values with delay.
|
DESSolver | |
DESystem |
A differential equation system describes how to compute the rate of change at
a given state of the system.
|
EventDESystem |
This class represents an event-driven differential equation system
|
FastProcessDESystem |
This interface describes differential equation systems with fast processes.
|
ParameterizedDESystem |
This class defines a differential equation system that contains parameters
whose values influence its behavior.
|
RichDESystem |
A
RichDESystem is a DESystem that provides additional
information besides the pure rate of change during its evaluation. |
Class | Description |
---|---|
AbstractDESSolver |
This Class represents an abstract solver for event-driven DES
|
AdamsBashforthSolver |
This class is a wrapper for the Adams-Bashforth solver in the
Apache Math Library.
|
AdamsMoultonSolver |
This class is a wrapper for the Adams-Moulton solver in the
Apache Math Library.
|
AdaptiveStepsizeIntegrator |
This is an abstract class for solvers with adaptive stepsizes and given
relative and absolute tolerances.
|
DormandPrince54Solver |
This class is a wrapper for the Dormand-Prince-54 solver in the
Apache Math Library.
|
DormandPrince853Solver |
This class is a wrapper for the Dormand-Prince-853 solver in the
Apache Math Library.
|
EulerMethod |
In this class the Euler method for integration a differential equation system
is implemented.
|
EventInProgress |
This class represents a compilation of the values and execution times during
simulation concerning events.
|
FirstOrderSolver |
This class is the superclass of the wrapper classes for the solvers of the
Apache Math Library.
|
GraggBulirschStoerSolver |
This class is a wrapper for the Gragg-Bulirsch-Stoer solver in the
Apache Math Library.
|
HighamHall54Solver |
This class is a wrapper for the Higham-Hall-54 solver in the
Apache Math Library.
|
MultiTable |
This data structure contains the an array of sorted time points and a matrix
organized in one column per quantity for which data (measurement or
simulation) are gathered.
|
RosenbrockSolver |
An implementation of Rosenbrock's method to approximate ODE
solutions.
|
RungeKutta_EventSolver |
Runge-Kutta method.
|
Copyright © 2007–2018. All rights reserved.