From b4afb484b6ab386104ebb0cc45a7db5e4736f89d Mon Sep 17 00:00:00 2001 From: Lambert Theisen <lambert.theisen@rwth-aachen.de> Date: Mon, 26 Oct 2020 12:50:24 +0100 Subject: [PATCH] Fix study9 mesh --- examples/thermal_edge_flow/study9.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/thermal_edge_flow/study9.geo b/examples/thermal_edge_flow/study9.geo index b111d85..a40e5fe 100644 --- a/examples/thermal_edge_flow/study9.geo +++ b/examples/thermal_edge_flow/study9.geo @@ -124,7 +124,7 @@ Curve Loop(3208) = {2301:2312}; Plane Surface(4207) = {3207, 3208}; Curve Loop(3209) = {2105, 2106, 2101, 2102, 2103, 2104}; Curve Loop(3210) = {2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2001}; -Plane Surface(4209) = {3209, 3210}; +Plane Surface(4209) = {3210, 3209}; Curve Loop(3211) = {2102, 2103, 2104, 2105, 2401, 2402}; Plane Surface(4210) = {3211}; Curve Loop(3212) = {2101, -2402, -2401, 2106}; -- GitLab