OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
FD_util_include.hpp
1 /*
2  * FD_util_unclude.hpp
3  *
4  * Created on: Jun 20, 2017
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_
9 #define OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_
10 
11 #define CENTRAL 0
12 #define CENTRAL_B_ONE_SIDE 1
13 #define FORWARD 2
14 #define BACKWARD 3
15 #define CENTRAL_SYM 4
16 
17 
18 #endif /* OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_ */