cloudy
trunk
|
#include <grid.h>
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] |
realnum* t_grid::Energies |
Definition at line 30 of file grid.h.
Referenced by GridGatherInCloudy(), and punchFITSfile().
realnum ** t_grid::interpParameters |
Definition at line 34 of file grid.h.
Referenced by gridXspec(), PunchDo(), and punchFITSfile().
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(), gridXspec(), and PunchDo().
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(), ParseCommands(), ParseGrid(), PunchDo(), and PunchFilesInit().
bool t_grid::lgGridDone |
Definition at line 44 of file grid.h.
Referenced by gridXspec(), InitCoreload(), PunchDo(), and punchFITSfile().
bool t_grid::lgOutputTypeOn[NUM_OUTPUT_TYPES] |
Definition at line 57 of file grid.h.
Referenced by cdInit(), GridGatherInCloudy(), ParsePunch(), and PunchDo().
bool t_grid::lgStrictRepeat |
Definition at line 44 of file grid.h.
Referenced by gridXspec(), InitCoreload(), and ParseGrid().
bool * t_grid::lgWarn |
Definition at line 39 of file grid.h.
Referenced by GridGatherAfterCloudy(), gridXspec(), and PunchDo().
long t_grid::naddparm |
Definition at line 51 of file grid.h.
Referenced by gridXspec(), and punchFITSfile().
long int t_grid::nGridCommands |
number of grid commands entered
Definition at line 49 of file grid.h.
Referenced by cdInit(), cdRead(), and ParseCommands().
long t_grid::nintparm |
Definition at line 51 of file grid.h.
Referenced by gridXspec(), PunchDo(), and punchFITSfile().
long t_grid::numEnergies |
Definition at line 51 of file grid.h.
Referenced by GridGatherInCloudy(), and punchFITSfile().
long t_grid::numParamValues[LIMPAR] |
Definition at line 51 of file grid.h.
Referenced by cdInit(), gridXspec(), ParseGrid(), and punchFITSfile().
realnum ** t_grid::paramData |
Definition at line 34 of file grid.h.
Referenced by gridXspec(), and punchFITSfile().
Definition at line 41 of file grid.h.
Referenced by grid_do(), gridXspec(), and ParseGrid().
long* t_grid::paramMethods |
Definition at line 33 of file grid.h.
Referenced by gridXspec(), and punchFITSfile().
char** t_grid::paramNames |
Definition at line 32 of file grid.h.
Referenced by gridXspec(), and punchFITSfile().
realnum** t_grid::paramRange |
Definition at line 34 of file grid.h.
Referenced by gridXspec(), and punchFITSfile().
realnum*** t_grid::Spectra |
Definition at line 31 of file grid.h.
Referenced by GridGatherInCloudy(), and punchFITSfile().
long t_grid::totNumModels |
Definition at line 51 of file grid.h.
Referenced by GridGatherAfterCloudy(), GridGatherInCloudy(), gridXspec(), PunchDo(), and punchFITSfile().