remove the modified version of the linear solvers from dune-istl

i.e., the solvers.hh file is removed. The main reason for this is that
it avoids having to distribute a file with a potentially incompatible
license (i.e., GPLv2 + template exception vs GPLv2+), but the
home-brewn bicgstab solver also seems to perform a tiny bit better.
This commit is contained in:
Andreas Lauser
2016-12-29 12:03:31 +01:00
parent aa194cddbb
commit d514667977
6 changed files with 4 additions and 12 deletions

View File

@@ -29,7 +29,6 @@
#define EWOMS_LENS_PROBLEM_HH
#include <ewoms/io/structuredgridmanager.hh>
#include <ewoms/models/immiscible/immiscibleproperties.hh>
#include <opm/material/fluidmatrixinteractions/RegularizedVanGenuchten.hpp>