changed: get rid of duplicate MatrixBlock headers/classes

this has already led to some confusion. move some of the code
upstream to opm-models and remove the rest of the duplicated code.

the remainder of MatrixBlock.hpp is renamed to SmallDenseMatrixUtils.hpp
This commit is contained in:
Arne Morten Kvarving
2022-08-24 09:57:49 +02:00
parent 3faccb4a17
commit 447d77b579
9 changed files with 161 additions and 695 deletions

View File

@@ -21,10 +21,12 @@
#define BOOST_TEST_MODULE MultMatrixTransposed
#include <boost/test/unit_test.hpp>
#include <opm/simulators/linalg/MatrixBlock.hpp>
#include <opm/simulators/linalg/SmallDenseMatrixUtils.hpp>
#include <dune/common/fmatrix.hh>
using namespace Dune;
using namespace Opm::Detail;
using namespace Opm::detail;
BOOST_AUTO_TEST_CASE(testmultmatrixtrans)
{