Minsky
|
components excluded from reflection More...
#include <rungeKutta.h>
Protected Attributes | |
std::shared_ptr< RKdata > | ode |
EvalOpVector | equations |
std::vector< Integral > | integrals |
std::string | threadErrMsg |
used to report a thrown exception on the simulation thread More... | |
volatile bool | RKThreadRunning =false |
flag indicates that RK engine is computing a step More... | |
components excluded from reflection
Definition at line 33 of file rungeKutta.h.
|
protected |
Definition at line 37 of file rungeKutta.h.
|
protected |
Definition at line 38 of file rungeKutta.h.
|
protected |
Definition at line 36 of file rungeKutta.h.
|
protected |
flag indicates that RK engine is computing a step
Definition at line 42 of file rungeKutta.h.
|
protected |
used to report a thrown exception on the simulation thread
Definition at line 40 of file rungeKutta.h.