HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
simulation_library.h
Go to the documentation of this file.
1
#ifndef _SIMULATION_LIB_H_
2
#define _SIMULATION_LIB_H_
3
4
#define _SIM_TYPE_SINGLE_ 0
5
#define _SIM_TYPE_ENSEMBLE_ 1
6
#define _SIM_TYPE_SPARSE_GRIDS_ 2
7
8
#include <
single_simulation.h
>
9
#include <
ensemble_simulations.h
>
10
#include <
sparse_grids_simulation.h
>
11
12
#endif
single_simulation.h
Single simulation class.
sparse_grids_simulation.h
ensemble_simulations.h
Ensemble simulation class.