Skip to content
Snippets Groups Projects
Commit ef8baa6f authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'fix/fix-kovasznay-test' into 'next'

[test][freeflow] Fix kovasznay test

See merge request !410
parents 5328ed20 ab8cf476
No related branches found
No related tags found
Loading
...@@ -238,7 +238,7 @@ public: ...@@ -238,7 +238,7 @@ public:
if (isLowerLeftCell_(globalPos)) if (isLowerLeftCell_(globalPos))
values.setDirichlet(massBalanceIdx); values.setDirichlet(massBalanceIdx);
else else
values.setNeumann(massBalanceIdx); values.setOutflow(massBalanceIdx);
return values; return values;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment