cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
iterations.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2008 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
EXTERN
struct
t_iterations
{
21
26
long
int
itermx
;
27
29
long
int
iter_malloc
;
30
32
long
int
*
IterPrnt
;
33
36
bool
lgLastIt
;
37
39
bool
lgIterAgain
;
40
42
bool
lgConverge_set
;
43
long
int
lim_zone
;
44
long
int
lim_iter
;
45
46
}
iterations
;
47
48
#endif
/* _ITERATIONS_H_ */
Generated for cloudy by
1.8.1.1