#include "cddefines.h"#include "punch.h"#include "optimize.h"#include "cddrive.h"#include "rfield.h"#include "grid.h"#include "called.h"#include "prt.h"

Go to the source code of this file.
Functions | |
| void | gridXspec (float xc[], long int nInterpVars) |
| void | GridInitialize (void) |
| void | GridGather (void) |
Variables | |
| static int | FirstRun = true |
| void GridGather | ( | void | ) |
GridGather
Definition at line 332 of file grid_xspec.cpp.
References ASSERT, cdSPEC2(), DEBUG_ENTRY, DEBUG_EXIT, grid, t_grid::lgGrid, t_optimize::nOptimiz, NUM_OUTPUT_TYPES, t_grid::numEnergies, optimize, t_grid::Spectra, and t_grid::totNumModels.
Referenced by cloudy().

| void GridInitialize | ( | void | ) |
GridInitialize
Definition at line 280 of file grid_xspec.cpp.
References t_rfield::AnuOrg, cdSPEC2(), DEBUG_ENTRY, DEBUG_EXIT, t_grid::Energies, FirstRun, grid, MALLOC, t_optimize::nOptimiz, NUM_OUTPUT_TYPES, t_grid::numEnergies, t_rfield::nupper, optimize, rfield, t_grid::Spectra, and t_grid::totNumModels.
Referenced by optimize_func().

| void gridXspec | ( | float | xc[], | |
| long int | nInterpVars | |||
| ) |
Definition at line 21 of file grid_xspec.cpp.
References ASSERT, called, cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, FirstRun, grid, t_grid::interpParameters, ioQQQ, t_prt::lgFaintOn, t_grid::lgGridDone, t_punch::lgOpenUnits, t_called::lgTalk, t_called::lgTalkIsOK, LIMPAR, MALLOC, t_grid::naddparm, t_grid::nintparm, t_optimize::nOptimiz, t_grid::numParamValues, optimize, optimize_func(), t_grid::paramData, t_grid::paramIncrements, t_grid::paramMethods, t_grid::paramNames, t_grid::paramRange, prt, punch, and t_grid::totNumModels.

int FirstRun = true [static] |
1.5.5