#include "cddefines.h"#include "taulines.h"#include "iso.h"#include "phycon.h"#include "cddrive.h"#include "mole.h"#include "elementnames.h"#include "dynamics.h"#include "stopcalc.h"#include "dense.h"#include "iterations.h"#include "colden.h"#include "save.h"#include "rt.h"#include "conv.h"Go to the source code of this file.
Functions | |
| void | ConvIterCheck (void) |
| void ConvIterCheck | ( | void | ) |
ConvIterCheck check whether model has converged or whether more iterations are needed - implements the iter to converg comnd
Definition at line 23 of file conv_itercheck.cpp.
References ASSERT, t_conv::autocv, cdLine(), t_elementnames::chElementSym, t_conv::chNotConverged, t_colden::colden, colden, t_colden::colden_old, COmole, conv, t_dynamics::convergence_error, t_dynamics::convergence_tolerance, DEBUG_ENTRY, dense, t_dynamics::discretization_error, t_rt::DoubleTau, dynamics, elementnames, t_dynamics::error_scale2, molecule::hevcol, molecule::hevcol_old, ipCOL_HTOT, ipH2s, ipH3p, ipH_LIKE, ipHe2p3P2, ipHe2s3S, ipHE_LIKE, t_save::ipPunConv, iso, iteration, iterations, t_iterations::itermx, t_dynamics::lgAdvection, t_conv::lgAutoIt, t_dense::lgElmtOn, t_save::lgPunConv, LIMELM, MIN2, mole, NCOLD, NISO, t_iso::nLyaLevel, t_mole::num_comole_calc, nzone, phycon, pow(), rt, save, StopCalc, t_phycon::te, t_StopCalc::TempLoStopZone, TotalInsanity(), and Transitions.
Referenced by cloudy().
1.6.1