37 double tot_time = 0.0;
38 double last_tot_time = 0.0;
int totsolves
total # of solutions
void init_logger(const char *filename)
FILE_SPEC logger
file in which to write stats
int solves
#solutions performed
int iter
its previous solver step
double lastSlvtime
total solver time
for analysis of the #iterations to solve CG
int min
minimum #interations
int last_tot
previous total #
void log_stats(double tm, bool cflg)
void update_iter(const int curiter)
double slvtime
total solver time
void f_close(FILE_SPEC &f)
Close a FILE_SPEC.
int max
maximum #iterations
for analysis of the #iterations to solve CG
Basic utility structs and functions, mostly IO related.