From ab8cf4769d705ccd1fbcd499918ecdb74aae7962 Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Sun, 12 Mar 2017 11:53:11 +0100
Subject: [PATCH] [test][freeflow] Fix kovasznay test

* Set correct BC
---
 test/freeflow/staggered/kovasznaytestproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/freeflow/staggered/kovasznaytestproblem.hh b/test/freeflow/staggered/kovasznaytestproblem.hh
index 49d157953e..927dd0f7dd 100644
--- a/test/freeflow/staggered/kovasznaytestproblem.hh
+++ b/test/freeflow/staggered/kovasznaytestproblem.hh
@@ -238,7 +238,7 @@ public:
         if (isLowerLeftCell_(globalPos))
             values.setDirichlet(massBalanceIdx);
         else
-            values.setNeumann(massBalanceIdx);
+            values.setOutflow(massBalanceIdx);
 
         return values;
     }
-- 
GitLab