Commits
Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 61ef7780d35
1 + | --- dolfin/la/EigenLUSolver.h.orig 2018-07-31 23:33:10.000000000 -0700 |
2 + | +++ dolfin/la/EigenLUSolver.h 2018-07-31 23:45:53.000000000 -0700 |
3 + | |
4 + | std::string parameter_type() const |
5 + | { return "lu_solver"; } |
6 + | |
7 + | + class EigenLUImplBase; |
8 + | + |
9 + | private: |
10 + | // Eigen LU implementation class |
11 + | - class EigenLUImplBase; |
12 + | std::unique_ptr<EigenLUImplBase> _impl; |
13 + | |
14 + | // Available LU solvers and descriptions |