GLYLIB  0.3.0b
TI_INTEGRATION_INFO Struct Reference

#include <run_control.h>

List of all members.

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.

Detailed Description

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.


Member Data Documentation

The numerical integration method to use.

Definition at line 56 of file run_control.h.

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.

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.

Widths to assign to each CLAMBDA value (e.g., for GAUSSIAN quadrature)

Definition at line 55 of file run_control.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines