GLYLIB
0.3.0b
|
#include <run_control.h>
Public Attributes | |
double | KLAMBDA |
The value of klambda. Typically integral, but might float... | |
char * | CLAMBDA_HOW |
Method for assigning CLAMBDA's. Not necessarily the same as the integration technique (see ANALYZE_HOW) | |
char * | POINTSFILE |
If CLAMBDA_HOW involves reading a file, this is the file to read. | |
int | nCLAMBDA |
The number of CLAMBDA values. | |
double * | CLAMBDA |
The CLAMBDA values. | |
int | nWIDTHS |
Should equal nCLAMBDA or zero -- here to facilitate checks to see if widths are defined. | |
double * | WIDTHS |
Widths to assign to each CLAMBDA value (e.g., for GAUSSIAN quadrature) | |
char * | ANALYZE_HOW |
The numerical integration method to use. |
This will be used generally for TI calcs. Contains information about how the TI integration is to be carried out. Information includes beginning and end of run information. For example, it contains the lambda values to use as well as the manner in which they should be integrated once the data are collected.
Definition at line 46 of file run_control.h.
The numerical integration method to use.
Definition at line 56 of file run_control.h.
double* TI_INTEGRATION_INFO::CLAMBDA |
The CLAMBDA values.
Definition at line 53 of file run_control.h.
Method for assigning CLAMBDA's. Not necessarily the same as the integration technique (see ANALYZE_HOW)
Definition at line 48 of file run_control.h.
double TI_INTEGRATION_INFO::KLAMBDA |
The value of klambda. Typically integral, but might float...
Definition at line 47 of file run_control.h.
The number of CLAMBDA values.
Definition at line 52 of file run_control.h.
Should equal nCLAMBDA or zero -- here to facilitate checks to see if widths are defined.
Definition at line 54 of file run_control.h.
If CLAMBDA_HOW involves reading a file, this is the file to read.
Definition at line 51 of file run_control.h.
double* TI_INTEGRATION_INFO::WIDTHS |
Widths to assign to each CLAMBDA value (e.g., for GAUSSIAN quadrature)
Definition at line 55 of file run_control.h.