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

Gauss-Jackson Integration Step. More...

#include <mathlib.h>

Collaboration diagram for gj_step:

Public Attributes

double vd0
 Dependent variable. More...
 
double vd1
 Dependent variable 1st derivative. More...
 
double vd2
 Dependent variable 2nd derivative. More...
 
double * a
 
double * b
 
double s
 Current guess of dependent variable. More...
 
double ss
 
double sa
 
double sb
 

Detailed Description

Gauss-Jackson Integration Step.

Contains the variables specific to a single step of a particular integration of a given order

Member Data Documentation

double gj_step::vd0

Dependent variable.

double gj_step::vd1

Dependent variable 1st derivative.

double gj_step::vd2

Dependent variable 2nd derivative.

double* gj_step::a
double* gj_step::b
double gj_step::s

Current guess of dependent variable.

double gj_step::ss
double gj_step::sa
double gj_step::sb

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