cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
iterations.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef ITERATIONS_H_
5 #define ITERATIONS_H_
6 
8 void IterStart(void);
9 
11 void IterRestart(void);
12 
14 void IterEnd(void);
15 
18 int iter_end_check(void);
19 
20 struct t_iterations {
21 
26  long int itermx;
27 
29  long int iter_malloc;
30 
32  long int *IterPrnt;
33 
36  bool lgLastIt;
37 
40 
43  long int lim_zone;
44  long int lim_iter;
45 
46  };
48 
49 #endif /* ITERATIONS_H_ */
long int lim_iter
Definition: iterations.h:44
bool lgIterAgain
Definition: iterations.h:39
long int iter_malloc
Definition: iterations.h:29
int iter_end_check(void)
bool lgConverge_set
Definition: iterations.h:42
void IterEnd(void)
long int * IterPrnt
Definition: iterations.h:32
void IterRestart(void)
t_iterations iterations
Definition: iterations.cpp:5
long int lim_zone
Definition: iterations.h:43
long int itermx
Definition: iterations.h:26
bool lgLastIt
Definition: iterations.h:36
void IterStart(void)