cloudy
trunk
|
#include <hcmap.h>
Data Fields | |
long int | MapZone |
realnum | RangeMap [2] |
long int | nMapStep |
bool | lgMapOK |
bool | lgMapBeingDone |
bool | lgMapDone |
long int | nmap |
double * | temap |
double * | hmap |
double * | cmap |
long int | nMapAlloc |
double* t_hcmap::cmap |
saved cooling for the map
Definition at line 48 of file hcmap.h.
Referenced by lgCheckMonitors(), map_do(), and pltmap().
double* t_hcmap::hmap |
saved heating for the map
Definition at line 45 of file hcmap.h.
Referenced by lgCheckMonitors(), map_do(), and pltmap().
bool t_hcmap::lgMapBeingDone |
this is set true when we are in process of doing a map
Definition at line 33 of file hcmap.h.
Referenced by ConvFail(), InitCoreload(), iter_end_check(), pltmap(), and SaveDo().
bool t_hcmap::lgMapDone |
logical flag indicating whether a map has been done
Definition at line 36 of file hcmap.h.
Referenced by InitCoreload(), iter_end_check(), map_do(), PrtComment(), and SaveDo().
bool t_hcmap::lgMapOK |
logical flag indicating whether results of map were ok - set false if inflection points occurred
Definition at line 30 of file hcmap.h.
Referenced by InitCoreload(), map_do(), and PrtComment().
long int t_hcmap::MapZone |
parameters doing with map command, MapZone is zone number, -1 for very start, init to 9999 to prevent map
Definition at line 20 of file hcmap.h.
Referenced by InitDefaultsPreparse(), iter_end_check(), ParseMap(), ParseSave(), and SaveDo().
long int t_hcmap::nmap |
number of points actually done
Definition at line 39 of file hcmap.h.
Referenced by InitCoreload(), lgCheckMonitors(), map_do(), and pltmap().
long int t_hcmap::nMapAlloc |
flag saying whether previous three vectors have had space allocated, this starts out zero and is set to first number needed when alloc happens, and then never reset
Definition at line 53 of file hcmap.h.
Referenced by InitCoreload(), lgCheckMonitors(), and map_do().
long int t_hcmap::nMapStep |
nMapStep is number of steps, set with set nmap command
Definition at line 26 of file hcmap.h.
Referenced by InitDefaultsPreparse(), map_do(), and ParseSet().
realnum t_hcmap::RangeMap[2] |
RangeMap is range, parsed from same command
Definition at line 23 of file hcmap.h.
Referenced by ConvFail(), InitDefaultsPreparse(), map_do(), ParseMap(), ParseSave(), and pltmap().
double* t_hcmap::temap |
saved temperatures for the map
Definition at line 42 of file hcmap.h.
Referenced by lgCheckMonitors(), map_do(), and pltmap().