opm-simulators/opm/core/linalg
Bård Skaflestad 85a9a41264 Disable build kluge that is no longer pertinent
The <have_boost_redef.hpp> header was introduced (commit 82369f9) as
a work-around for a particular interaction in the Autotools-based
setup of OPM-Core and the Dune core modules.  Notably, Dune's
"Enable" trick for Boost failed on some older Autoconf systems.  Now
that we're using CMake, however, that kluge is no longer needed
because we (OPM-Core) always

  #define HAVE_BOOST 1

i.e., as an explict true/false value.

Therefore, we need no longer include <have_boost_redef.hpp> .  The
header will be removed at a later time.
2013-06-20 23:14:39 +02:00
..
call_umfpack.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
call_umfpack.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
LinearSolverFactory.cpp Restore coding conventions. 2012-08-14 11:05:09 +02:00
LinearSolverFactory.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
LinearSolverInterface.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
LinearSolverInterface.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
LinearSolverIstl.cpp Disable build kluge that is no longer pertinent 2013-06-20 23:14:39 +02:00
LinearSolverIstl.hpp Adapted the documentation. 2013-03-18 14:34:04 +01:00
LinearSolverUmfpack.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
LinearSolverUmfpack.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
sparse_sys.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
sparse_sys.h Anchor Doxygen comments to current line. 2012-06-26 11:44:30 +02:00