![]() |
Numerical Tools
1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
|
Inherited by NumericalTools.IvpRealtime, NumericalTools.LeapfrogSolver, and NumericalTools.RK4BasicSolver.
Public Member Functions | |
bool double [] double t | EvolveTo (double toTime) |
double [] | GetStateVectorCloned () |
Get a copy of the state vector. More... | |
void | UpdateStateVector (double[] y_new) |
Public Attributes | |
bool | status |
bool double [] | y |
double [] NumericalTools.RealtimeIntegratorInterface.GetStateVectorCloned | ( | ) |
Get a copy of the state vector.
Integrators do not share a reference to their internal state vector.
Implemented in NumericalTools.IvpRealtime, NumericalTools.RK4BasicSolver, and NumericalTools.LeapfrogSolver.