OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
linalgebra_lib.hpp
1 /*
2  * petsc_lib.hpp
3  *
4  * Created on: May 27, 2016
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_NUMERICS_SRC_UTIL_LINALGEBRA_LIB_HPP_
9 #define OPENFPM_NUMERICS_SRC_UTIL_LINALGEBRA_LIB_HPP_
10 
11 #define EIGEN_BASE 1
12 #define PETSC_BASE 2
13 
14 
15 #endif /* OPENFPM_NUMERICS_SRC_UTIL_LINALGEBRA_LIB_HPP_ */