Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
cdr.h
Go to the documentation of this file.
1 
4 #include "cstream.h"
5 #include "tree.h"
6 
7 #ifndef _GRID_H_
8 #include "grid.h"
9 #endif
10 
11 #ifndef _RZ_ARRAY_H_
12 #include "rz_array.h"
13 #endif
14 
15 #ifndef _TREE_H_
16 #include "tree.h"
17 #endif
18 
19 #ifndef _CDR_H_
20 typedef struct cdr_grid_t cdr_grid_t;
21 
22 struct cdr_grid_t {
25  int ext_bound;
26 
27  /* Pointer to each of the species. And their time derivatives */
30 
31  /* Components and magnitude of the electric field */
34 
36 
40 
42 };
43 
44 #define SET_DENS_OVERWRITE 1
45 #define SET_DENS_ADD 2
46 #define SET_DENS_SUB 3
47 
48 #define _CDR_H_
49 #endif