Commits

Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 61ef7780d35
FEniCS: update version 2017.2.0->2018.1.0

Instant has "been retired" See https://bitbucket.org/fenics-project/instant
No tags

math/dolfin/files/patch-EigenLUSolver.h.diff

Added
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 +@@ -83,9 +83,10 @@
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

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut