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
init.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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_ */
InitSimPostparse
void InitSimPostparse(void)
Definition:
init_sim_postparse.cpp:32
zero
void zero(void)
Definition:
zero.cpp:43
InitCoreload
void InitCoreload(void)
Definition:
init_coreload.cpp:38
InitDefaultsPreparse
void InitDefaultsPreparse(void)
Definition:
init_defaults_preparse.cpp:45
InitCoreloadPostparse
void InitCoreloadPostparse(void)
Definition:
init_coreload_postparse.cpp:13
Generated by
1.8.5