BG_Flood  0.8
Documentation (Work-in-progress)
BG_Flood.h
Go to the documentation of this file.
1 
2 #ifndef BGFLOOD_H
3 #define BGFLOOD_H
4 // includes, system
5 
6 #include "General.h"
7 #include "Param.h"
8 #include "Write_txtlog.h"
9 #include "ReadInput.h"
10 #include "ReadForcing.h"
11 #include "Setup_GPU.h"
12 #include "Util_CPU.h"
13 #include "Arrays.h"
14 #include "Forcing.h"
15 #include "Mesh.h"
16 #include "InitialConditions.h"
17 #include "Adaptation.h"
18 #include "Setup_GPU.h"
19 #include "Mainloop.h"
20 
21 #include "Testing.h"
22 
23 
24 template < class T > int mainwork(Param XParam, Forcing<float> XForcing, Model<T> XModel, Model<T> XModel_g);
25 
26 // End of global definition
27 #endif
int mainwork(Param XParam, Forcing< float > XForcing, Model< T > XModel, Model< T > XModel_g)
Definition: BG_Flood.cu:107
Definition: Param.h:10
Definition: Forcing.h:116
Definition: Arrays.h:151