From 5e88b38eab99ae576eb228b0afc6a5d0a228869b Mon Sep 17 00:00:00 2001 From: Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de> Date: Thu, 16 May 2019 16:33:34 +0200 Subject: [PATCH] trying to really fix stuff --- appl/conjugateheattransfer/monolithic/problem_freeflow.hh | 2 +- appl/conjugateheattransfer/monolithic/problem_heat.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh index d99ed6a..e2f4762 100644 --- a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh +++ b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh @@ -26,7 +26,7 @@ #define DUMUX_FREEFLOW_SUBPROBLEM_HH #ifndef ENABLEMONOLITHIC -#define ENABLEMONOLITHIC 0 +#define ENABLEMONOLITHIC 1 #endif #include <dune/grid/yaspgrid.hh> diff --git a/appl/conjugateheattransfer/monolithic/problem_heat.hh b/appl/conjugateheattransfer/monolithic/problem_heat.hh index 23849f9..4ab9f04 100644 --- a/appl/conjugateheattransfer/monolithic/problem_heat.hh +++ b/appl/conjugateheattransfer/monolithic/problem_heat.hh @@ -26,7 +26,7 @@ #define DUMUX_HEAT_SUBPROBLEM_HH #ifndef ENABLEMONOLITHIC -#define ENABLEMONOLITHIC 0 +#define ENABLEMONOLITHIC 1 #endif #include <dune/grid/yaspgrid.hh> -- GitLab