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_ */ |
16 |