Minsky
minsky::RungeKuttaExclude Struct Reference

components excluded from reflection More...

#include <rungeKutta.h>

Collaboration diagram for minsky::RungeKuttaExclude:
Collaboration graph

Protected Attributes

std::shared_ptr< RKdataode
 
EvalOpVector equations
 
std::vector< Integralintegrals
 
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...
 

Detailed Description

components excluded from reflection

Definition at line 33 of file rungeKutta.h.

Member Data Documentation

◆ equations

EvalOpVector minsky::RungeKuttaExclude::equations
protected

Definition at line 37 of file rungeKutta.h.

◆ integrals

std::vector<Integral> minsky::RungeKuttaExclude::integrals
protected

Definition at line 38 of file rungeKutta.h.

◆ ode

std::shared_ptr<RKdata> minsky::RungeKuttaExclude::ode
protected

Definition at line 36 of file rungeKutta.h.

◆ RKThreadRunning

volatile bool minsky::RungeKuttaExclude::RKThreadRunning =false
protected

flag indicates that RK engine is computing a step

Definition at line 42 of file rungeKutta.h.

◆ threadErrMsg

std::string minsky::RungeKuttaExclude::threadErrMsg
protected

used to report a thrown exception on the simulation thread

Definition at line 40 of file rungeKutta.h.


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