cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
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-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
39
bool
lgIterAgain
;
40
42
bool
lgConverge_set
;
43
long
int
lim_zone
;
44
long
int
lim_iter
;
45
46
};
47
extern
t_iterations
iterations
;
48
49
#endif
/* ITERATIONS_H_ */
t_iterations::lim_iter
long int lim_iter
Definition:
iterations.h:44
t_iterations::lgIterAgain
bool lgIterAgain
Definition:
iterations.h:39
t_iterations::iter_malloc
long int iter_malloc
Definition:
iterations.h:29
iter_end_check
int iter_end_check(void)
Definition:
iter_end_chk.cpp:37
t_iterations
Definition:
iterations.h:20
t_iterations::lgConverge_set
bool lgConverge_set
Definition:
iterations.h:42
IterEnd
void IterEnd(void)
Definition:
iter_startend.cpp:1159
t_iterations::IterPrnt
long int * IterPrnt
Definition:
iterations.h:32
IterRestart
void IterRestart(void)
Definition:
iter_startend.cpp:771
iterations
t_iterations iterations
Definition:
iterations.cpp:5
t_iterations::lim_zone
long int lim_zone
Definition:
iterations.h:43
t_iterations::itermx
long int itermx
Definition:
iterations.h:26
t_iterations::lgLastIt
bool lgLastIt
Definition:
iterations.h:36
IterStart
void IterStart(void)
Definition:
iter_startend.cpp:89
Generated on Sat Oct 19 2013 10:43:11 for cloudy by
1.8.5