![]() |
COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Gauss-Jackson integration handle. More...
#include <physicsdef.h>
Public Attributes | |
| vector< vector< int32_t > > | binom |
| vector< double > | c |
| vector< double > | gam |
| vector< vector< double > > | beta |
| vector< double > | q |
| vector< double > | lam |
| vector< vector< double > > | alpha |
| double | dt |
| double | dtsq |
| uint32_t | order |
| uint32_t | order2 |
| vector< gjstruc > | step |
Gauss-Jackson integration handle.
Holds all the parameters necessary to run a single instance of a GJ integration.
| vector< vector<int32_t> > gj_handle::binom |
| vector<double> gj_handle::c |
| vector<double> gj_handle::gam |
| vector< vector<double> > gj_handle::beta |
| vector<double> gj_handle::q |
| vector<double> gj_handle::lam |
| vector< vector<double> > gj_handle::alpha |
| double gj_handle::dt |
| double gj_handle::dtsq |
| uint32_t gj_handle::order |
| uint32_t gj_handle::order2 |
| vector<gjstruc> gj_handle::step |