From a319e029394bb3691e0bcbdc4a48ec552e97496f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20H=C3=B6rl?=
 <maximilian.hoerl@mathematik.uni-stuttgart.de>
Date: Sun, 31 May 2020 14:51:24 +0200
Subject: [PATCH] multiply K_par with d in problem mmdg6

---
 dune/mmdg/problems/mmdgproblem6.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/mmdg/problems/mmdgproblem6.hh b/dune/mmdg/problems/mmdgproblem6.hh
index afec395..ee0320f 100644
--- a/dune/mmdg/problems/mmdgproblem6.hh
+++ b/dune/mmdg/problems/mmdgproblem6.hh
@@ -95,7 +95,7 @@ public:
 
     for (int i = 0; i < dim; i++)
     {
-      permeability[i][i] = 1.0 * aperture(pos);//d_;
+      permeability[i][i] = 1.0 * aperture(pos);
     }
 
     return permeability;
-- 
GitLab