cloudy trunk
Loading...
Searching...
No Matches
Data Fields
t_iterations Struct Reference

#include <iterations.h>

Collaboration diagram for t_iterations:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 20 of file iterations.h.

Field Documentation

◆ iter_malloc

long int t_iterations::iter_malloc

amount of space that has been allocated for max iterations

Definition at line 29 of file iterations.h.

Referenced by atmdat_readin(), ContCreateMesh(), DynaIterEnd(), InitSimPostparse(), ParseCommands(), ParseIterations(), ParsePrint(), ParseRadius(), ParseSet(), ParseStop(), and zero().

◆ itermx

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 26 of file iterations.h.

Referenced by cloudy(), ConvIterCheck(), iter_end_check(), IterStart(), ParseCommands(), ParseIterations(), PrtComment(), PrtFinal(), state_get_put(), and zero().

◆ IterPrnt

long int* t_iterations::IterPrnt

number of zones to print on each iteration [ITR DIM]

Definition at line 32 of file iterations.h.

Referenced by IterStart(), ParseIterations(), ParsePrint(), ParseTrace(), and zero().

◆ lgConverge_set

bool t_iterations::lgConverge_set

next three implement set coverage command to limit iterations and zones

Definition at line 42 of file iterations.h.

Referenced by ParseCommands(), ParseSet(), and zero().

◆ lgIterAgain

bool t_iterations::lgIterAgain

flag saying that another iteration is needed

Definition at line 39 of file iterations.h.

Referenced by PrtComment(), and PrtFinal().

◆ lgLastIt

bool t_iterations::lgLastIt

this is false on any but the last iteration set true in startr if iter > itermx

Definition at line 36 of file iterations.h.

Referenced by InitSimPostparse(), iter_end_check(), IterStart(), plot(), PrtComment(), PrtFinal(), qheat(), radius_next(), and SaveDo().

◆ lim_iter

long int t_iterations::lim_iter

Definition at line 44 of file iterations.h.

Referenced by ParseCommands(), and ParseSet().

◆ lim_zone

long int t_iterations::lim_zone

Definition at line 43 of file iterations.h.

Referenced by ParseCommands(), and ParseSet().


The documentation for this struct was generated from the following file: