#include <map.h>
Data Fields | |
long int | MapZone |
float | RangeMap [2] |
long int | nMapStep |
bool | lgMapOK |
bool | lgMapBeingDone |
bool | lgMapDone |
long int | nmap |
float * | temap |
float * | hmap |
float * | cmap |
long int | nMapAlloc |
Definition at line 12 of file map.h.
float* t_map::cmap |
saved cooling for the map
Definition at line 44 of file map.h.
Referenced by lgCheckAsserts(), map_do(), and pltmap().
float* t_map::hmap |
saved heating for the map
Definition at line 41 of file map.h.
Referenced by lgCheckAsserts(), map_do(), and pltmap().
this is set true when we are in process of doing a map
Definition at line 29 of file map.h.
Referenced by ConvFail(), iter_end_check(), lgMolecAver(), pltmap(), PunchDo(), and Zerologic().
bool t_map::lgMapDone |
logical flag indicating whether a map has been done
Definition at line 32 of file map.h.
Referenced by iter_end_check(), map_do(), PrtComment(), PunchDo(), and Zerologic().
bool t_map::lgMapOK |
logical flag indicating whether results of map were ok - set false if inflection points occurred
Definition at line 26 of file map.h.
Referenced by map_do(), PrtComment(), and Zerologic().
long int t_map::MapZone |
parameters doing with map command, MapZone is zone number, -1 for very start, init to 9999 to prevent map
Definition at line 16 of file map.h.
Referenced by iter_end_check(), ParseMap(), ParsePunch(), PunchDo(), and Zerologic().
long int t_map::nmap |
number of points actually done
Definition at line 35 of file map.h.
Referenced by lgCheckAsserts(), map_do(), pltmap(), and Zerologic().
long int t_map::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 49 of file map.h.
Referenced by lgCheckAsserts(), map_do(), and Zerologic().
long int t_map::nMapStep |
nMapStep is number of steps, set with set nmap command
Definition at line 22 of file map.h.
Referenced by map_do(), ParseSet(), and Zerologic().
float t_map::RangeMap[2] |
RangeMap is range, parsed from same command
Definition at line 19 of file map.h.
Referenced by ConvFail(), map_do(), ParseMap(), ParsePunch(), pltmap(), and Zerologic().
float* t_map::temap |
saved temperatures for the map
Definition at line 38 of file map.h.
Referenced by lgCheckAsserts(), map_do(), and pltmap().