#include <petscksp.h>
#include <petscsys.h>
#include <slepceps.h>
#include <stdio.h>
#include <iostream>
#include <string>
#include <fstream>
#include <jsoncpp/json/json.h>
#include "base_flow.hpp"
#include "Ax_b.hpp"
#include "Ax_kBx.hpp"
#include "Read_q.hpp"
#include "Read_input_file.hpp"
#include "print.hpp"
#include "get_D_Coeffs.hpp"
#include "Init_Vec.hpp"
#include "Init_Mat.hpp"
#include "set_D.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
#include "set_A_and_B_OSS_zi.hpp"
#include "set_A_and_Ds_zi.hpp"
#include "set_A_and_Ds_nonlinear.hpp"
#include "set_A_and_Ds.hpp"
#include "set_BCs.hpp"
#include "set_b.hpp"
#include "set_Euler_Advance.hpp"
#include "trapz.hpp"
#include "calc_Closure.hpp"
#include "update_Closure.hpp"
#include "update_Nonlinear.hpp"
#include "class.hpp"
#include "Create_grid.hpp"
#include "calc_LST.hpp"
#include "calc_L2.hpp"
#include "set_P.hpp"
Go to the source code of this file.
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |