opm-simulators/opm/core/linalg
Roland Kaufmann ab21d44c9a Disable warning for using DUNE's FieldVector::size
In DUNE 2.2 FieldVector::size changed from being a member to being a
method. A compatibility warning is issued if you include the relevant
headers.

This warning can be silenced for DUNE modules by using passing the
option --enable-fieldvector-size-is-method to ./configure. This patch
effectively does the same, but through a macro definition.
2012-09-24 00:21:06 +02:00
..
call_umfpack.c csc_deallocate(): Remove useless non-NULL checks. Free(NULL) is a no-op. 2012-05-24 13:23:38 +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 Made the solve() methods const. 2012-02-21 21:36:09 +01:00
LinearSolverInterface.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
LinearSolverIstl.cpp Disable warning for using DUNE's FieldVector::size 2012-09-24 00:21:06 +02:00
LinearSolverIstl.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
LinearSolverUmfpack.cpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
LinearSolverUmfpack.hpp Added possibility to set tolerance for linear solvers. 2012-06-06 15:14:46 +02:00
sparse_sys.c Use canonical include path to reference header. 2012-06-22 10:17:34 +02:00
sparse_sys.h Anchor Doxygen comments to current line. 2012-06-26 11:44:30 +02:00