|
Cloudy
Spectral Synthesis Code for Astrophysics
|
#include "cddefines.h"#include "lines.h"#include "mole.h"#include "conv.h"#include "iterations.h"#include "trace.h"#include "dense.h"#include "colden.h"#include "taulines.h"#include "hmi.h"#include "prt.h"#include "phycon.h"#include "geometry.h"#include "stopcalc.h"#include "opacity.h"#include "thermal.h"#include "cooling.h"#include "predcont.h"#include "pressure.h"#include "radius.h"#include "called.h"#include "wind.h"#include "hcmap.h"#include "rfield.h"#include "flux.h"
Macros | |
| #define | EPS 1.00001 |
| #define | EPS 0.005 |
Functions | |
| STATIC void | dmpary (void) |
| int | iter_end_check (void) |
| #define EPS 1.00001 |
Referenced by dmpary(), fndneg(), fndstr(), iter_end_check(), and map_do().
| #define EPS 0.005 |
| STATIC void dmpary | ( | void | ) |
References coolpr(), DEBUG_ENTRY, EPS, fprintf(), ioQQQ, nzone, phycon, STATIC, and thermal.
Referenced by iter_end_check().

| int iter_end_check | ( | void | ) |
iter_end_check called by Cloudy after each zone to determine whether iteration is complete returns true if iteration is complete, false if not
References ASSERT, BIGFLOAT, called, cdEXIT, colden, column(), molezone::column, conv, cpu, DEBUG_ENTRY, dense, dmpary(), EPS, EXIT_FAILURE, findspecieslocal(), findspecieslocal_validate(), fprintf(), geometry, hcmap, HFLines, hmi, Singleton< t_PredCont >::Inst(), ioMAP, ioQQQ, ipCOL_HTOT, ipHYDROGEN, ipOXYGEN, iteration, iterations, LineSave, map_do(), MAX2, mole, mole_global, nCHREASONSTOP, NULL, nzone, t_PredCont::offset(), opac, phycon, pressure, prt, PrtLinePres(), PrtZone(), radius, rfield, SDIV(), ShowMe(), SMALLFLOAT, StopCalc, TempChange(), thermal, TotalInsanity(), trace, and wind.
Referenced by cloudy().
