From 67e13d8278875f317d6f542a087067333cbb55f8 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Sat, 2 Sep 2017 21:09:20 +0200 Subject: [PATCH] [matrixconverter] Move to dumux/linear --- dumux/implicit/staggered/newtoncontroller.hh | 4 +--- dumux/{implicit/staggered => linear}/matrixconverter.hh | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename dumux/{implicit/staggered => linear}/matrixconverter.hh (100%) diff --git a/dumux/implicit/staggered/newtoncontroller.hh b/dumux/implicit/staggered/newtoncontroller.hh index 6e964fc768..4090447914 100644 --- a/dumux/implicit/staggered/newtoncontroller.hh +++ b/dumux/implicit/staggered/newtoncontroller.hh @@ -31,11 +31,9 @@ #include <dumux/nonlinear/newtoncontroller.hh> #include <dumux/linear/linearsolveracceptsmultitypematrix.hh> +#include <dumux/linear/matrixconverter.hh> #include "newtonconvergencewriter.hh" -#include "matrixconverter.hh" - -#include <dune/common/tupleutility.hh> namespace Dumux { diff --git a/dumux/implicit/staggered/matrixconverter.hh b/dumux/linear/matrixconverter.hh similarity index 100% rename from dumux/implicit/staggered/matrixconverter.hh rename to dumux/linear/matrixconverter.hh -- GitLab