Numerical Tools  1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
NumericalTools.RealtimeIntegratorInterface Interface Reference

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
 

Member Function Documentation

◆ GetStateVectorCloned()

double [] NumericalTools.RealtimeIntegratorInterface.GetStateVectorCloned ( )

Get a copy of the state vector.

Integrators do not share a reference to their internal state vector.

Returns

Implemented in NumericalTools.IvpRealtime, NumericalTools.RK4BasicSolver, and NumericalTools.LeapfrogSolver.


The documentation for this interface was generated from the following file: