A base class for the SciPy ODE solver.
More...
Inherited by NumericalTools.RungeKutta.
|
| OdeSolver (Ivp.DiffEqFunction fun, double t0, double[] y0, double t_bound, bool vectorized, bool support_complex, params object[] args) |
|
void | SetTbound (double t_bound) |
| NBP addition to allow t_bound to increased when running in realtime integration mode. More...
|
|
string | Step () |
|
DenseOutput | Dense_output () |
|
|
string | TOO_SMALL_STEP = "Required step size is less than spacing between numbers." |
|
double | t_old = double.NaN |
|
double | t |
|
double | direction |
|
int | nfev |
|
int | njev |
|
int | nlu |
|
string | status |
|
double [] | y |
|
object [] | args |
|
|
double | Step_size () |
|
virtual DenseOutput | DenseOutputImpl () |
|
A base class for the SciPy ODE solver.
◆ SetTbound()
void NumericalTools.OdeSolver.SetTbound |
( |
double |
t_bound | ) |
|
|
inline |
NBP addition to allow t_bound to increased when running in realtime integration mode.
- Parameters
-
The documentation for this class was generated from the following file:
- DE Solver/Assets/NumericalTools/SciPyBased/Scripts/Solvers/Ivp/OdeSolver.cs