#include <iterations.h>
Data Fields | |
long int | itermx |
long int | iter_malloc |
long int * | IterPrnt |
bool | lgLastIt |
bool | lgIterAgain |
bool | lgConverge_set |
long int | lim_zone |
long int | lim_iter |
Definition at line 16 of file iterations.h.
long int t_iterations::iter_malloc |
amount of space that has been allocated for max iterations
Definition at line 25 of file iterations.h.
Referenced by atmdat_readin(), ContCreateMesh(), ParseCommands(), ParsePrint(), ParseRadius(), ParseSet(), ParseStop(), and zero().
long int t_iterations::itermx |
these are the variables that control how many iterations are to be done, and number of the current iteration itermx is number of iterations to perform, set with iterate command upper limit is parameter variable ItrDim
Definition at line 22 of file iterations.h.
Referenced by cloudy(), ConvIterCheck(), iter_end_check(), IterStart(), ParseCommands(), PrtComment(), PrtFinal(), state_get_put(), and zero().
long int* t_iterations::IterPrnt |
number of zones to print on each iteration [ITR DIM]
Definition at line 28 of file iterations.h.
Referenced by H2_Cooling(), IterStart(), ParseCommands(), ParsePrint(), ParseTrace(), and zero().
next three implement set coverage command to limit iterations and zones
Definition at line 38 of file iterations.h.
Referenced by ParseCommands(), ParseSet(), and zero().
flag saying that another iteration is needed
Definition at line 35 of file iterations.h.
Referenced by PrtComment(), and PrtFinal().
this is false on any but the last iteration set true in startr if iter > itermx
Definition at line 32 of file iterations.h.
Referenced by iter_end_check(), IterStart(), plot(), PrtComment(), PrtFinal(), PunchDo(), qheat(), and radius_next().
long int t_iterations::lim_iter |
long int t_iterations::lim_zone |