Package | Description |
---|---|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.continuous.kernel.solver |
The Continuous domain solvers.
|
Modifier and Type | Method and Description |
---|---|
protected ContinuousODESolver |
ContinuousDirector._getODESolver()
Return the ODE solver used to resolve states by the director.
|
protected ContinuousODESolver |
ContinuousDirector._instantiateODESolver(java.lang.String className)
Instantiate an ODESolver from its classname.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitRK23Solver
This class implements the Explicit Runge-Kutta 2(3) ODE solving method.
|
class |
ExplicitRK45Solver
This class implements a fourth-order Runge-Kutta ODE solving method.
|