|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
Gauss-Jackson 3D Integration Instance. More...
#include <mathlib.h>
| Public Attributes | |
| gj_kernel * | kern | 
| Kernel Pointer.  More... | |
| gj_step * | stepx | 
| Pointer to array of x steps.  More... | |
| gj_step * | stepy | 
| Pointer to array of y steps.  More... | |
| gj_step * | stepz | 
| Pointer to array of z steps.  More... | |
| double * | vi | 
| Pointer to array of independent variables.  More... | |
| double(* | calc_vd2 )(double vi, double vdx0, double vdy0, double vdz0) | 
| Pointer to a function that will calculate the 2nd derivative given a dependent and independent variable.  More... | |
Gauss-Jackson 3D Integration Instance.
Contains the kernel and all steps necessary for a particular integration, order, time step.
| gj_kernel* gj_instance3d::kern | 
Kernel Pointer.
| gj_step* gj_instance3d::stepx | 
Pointer to array of x steps.
| gj_step* gj_instance3d::stepy | 
Pointer to array of y steps.
| gj_step* gj_instance3d::stepz | 
Pointer to array of z steps.
| double* gj_instance3d::vi | 
Pointer to array of independent variables.
| double(* gj_instance3d::calc_vd2) (double vi, double vdx0, double vdy0, double vdz0) | 
Pointer to a function that will calculate the 2nd derivative given a dependent and independent variable.