cloudy
trunk
Loading...
Searching...
No Matches
source
init.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 INIT_H_
5
#define INIT_H_
6
7
/* initialization routines for Cloudy
8
* InitCoreload - one time initialization, called from cdInit
9
* InitCoreloadPostparse - one time initialization, called after parser
10
* InitDefaultsPreparse initialization at start of simulation, called from cloudy
11
* before parser, will be called one time per sim in grid
12
* InitSimPostparse initialization at start of simulation, called from cloudy
13
* after parser, will be called one time per sim in grid
14
*/
15
20
void
InitCoreload
(
void
);
21
24
void
InitDefaultsPreparse
(
void
);
25
28
void
InitCoreloadPostparse
(
void
);
29
32
void
InitSimPostparse
(
void
);
33
36
void
zero
(
void
);
37
38
#endif
/* INIT_H_ */
zero
void zero(void)
Definition
zero.cpp:73
InitDefaultsPreparse
void InitDefaultsPreparse(void)
Definition
init_defaults_preparse.cpp:49
InitSimPostparse
void InitSimPostparse(void)
Definition
init_sim_postparse.cpp:34
InitCoreloadPostparse
void InitCoreloadPostparse(void)
Definition
init_coreload_postparse.cpp:15
InitCoreload
void InitCoreload(void)
Definition
init_coreload.cpp:42
Generated by
1.14.0