#include <grid.h>
Collaboration diagram for t_grid:

Data Fields | |
| realnum * | Energies |
| realnum *** | Spectra |
| char ** | paramNames |
| long * | paramMethods |
| realnum ** | paramRange |
| realnum ** | paramData |
| realnum ** | interpParameters |
| bool * | lgAbort |
| bool * | lgWarn |
| realnum | paramIncrements [LIMPAR] |
| bool | lgGrid |
| bool | lgGridDone |
| bool | lgStrictRepeat |
| long int | nGridCommands |
| long | nintparm |
| long | naddparm |
| long | numEnergies |
| long | numParamValues [LIMPAR] |
| long | totNumModels |
| bool | lgOutputTypeOn [NUM_OUTPUT_TYPES] |
Definition at line 28 of file grid.h.
| bool* t_grid::lgAbort |
save abort and warnings flags for each sim in the grid, output with punch grid command
Definition at line 39 of file grid.h.
Referenced by GridGatherAfterCloudy(), and gridXspec().
| bool t_grid::lgGrid |
set true when grid command entered
Definition at line 44 of file grid.h.
Referenced by BadStart(), cdInit(), cdRead(), grid_do(), GridGatherAfterCloudy(), GridGatherInCloudy(), optimize_func(), ParseGrid(), PunchDo(), and PunchFilesInit().
| bool t_grid::lgGridDone |
| bool t_grid::lgOutputTypeOn[NUM_OUTPUT_TYPES] |
Definition at line 57 of file grid.h.
Referenced by cdInit(), GridGatherInCloudy(), and ParsePunch().
| bool * t_grid::lgWarn |
| long t_grid::naddparm |
| long int t_grid::nGridCommands |
| long t_grid::nintparm |
| long t_grid::numEnergies |
| long t_grid::numParamValues[LIMPAR] |
| realnum t_grid::paramIncrements[LIMPAR] |
| long* t_grid::paramMethods |
| char** t_grid::paramNames |
| long t_grid::totNumModels |
Definition at line 51 of file grid.h.
Referenced by GridGatherAfterCloudy(), GridGatherInCloudy(), gridXspec(), and punchFITSfile().
1.4.7