SPE.hpp
Go to the documentation of this file.
1 #ifndef SPE_H
2 #define SPE_H
3 
72 #include <petscksp.h>
73 #include <petscsys.h>
74 #include <slepceps.h>
75 #include <stdio.h>
76 #include <iostream>
77 #include <string>
78 #include <fstream>
79 #include <jsoncpp/json/json.h>
80 
81 #include "base_flow.hpp"
82 #include "Ax_b.hpp"
83 #include "Ax_kBx.hpp"
84 #include "Read_q.hpp"
85 #include "Read_input_file.hpp"
86 #include "print.hpp"
87 #include "get_D_Coeffs.hpp"
88 #include "Init_Vec.hpp"
89 #include "Init_Mat.hpp"
90 #include "set_D.hpp"
91 #include "set_Mat.hpp"
92 #include "set_Vec.hpp"
93 #include "set_A_and_B_OSS_zi.hpp"
94 #include "set_A_and_Ds_zi.hpp"
96 #include "set_A_and_Ds.hpp"
97 #include "set_BCs.hpp"
98 #include "set_b.hpp"
99 #include "set_Euler_Advance.hpp"
100 #include "trapz.hpp"
101 #include "calc_Closure.hpp"
102 #include "update_Closure.hpp"
103 #include "update_Nonlinear.hpp"
104 #include "class.hpp"
105 #include "Create_grid.hpp"
106 #include "calc_LST.hpp"
107 #include "calc_L2.hpp"
108 #include "set_P.hpp"
109 
112 namespace SPE{
113 }
114 
115 #endif
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5