COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems

Gauss-Jackson 3D Integration Instance. More...

#include <mathlib.h>

Collaboration diagram for gj_instance3d:

Public Attributes

gj_kernelkern
 Kernel Pointer. More...
 
gj_stepstepx
 Pointer to array of x steps. More...
 
gj_stepstepy
 Pointer to array of y steps. More...
 
gj_stepstepz
 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...
 

Detailed Description

Gauss-Jackson 3D Integration Instance.

Contains the kernel and all steps necessary for a particular integration, order, time step.

Member Data Documentation

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.


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