From 752759592f2d5aa27b613bb337877ec52b747f8e Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Tue, 12 Jan 2010 16:28:55 +0000 Subject: [PATCH] add CharacteristicLengthExtendFromBoundary=1 in geo testscases --- Solver/TESTCASES/cyl.geo | 1 + Solver/TESTCASES/square.geo | 1 + Solver/dgGroupOfElements.cpp | 7 ------- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Solver/TESTCASES/cyl.geo b/Solver/TESTCASES/cyl.geo index efd6f094ef..8ee01fb1c4 100644 --- a/Solver/TESTCASES/cyl.geo +++ b/Solver/TESTCASES/cyl.geo @@ -23,3 +23,4 @@ Plane Surface(11) = {9, 10}; Physical Surface("Air") = {11}; Physical Line("Cylinder") = {4, 1, 2, 3}; Physical Line("Box") = {5, 6, 7, 8}; +Mesh.CharacteristicLengthExtendFromBoundary=1; diff --git a/Solver/TESTCASES/square.geo b/Solver/TESTCASES/square.geo index 59bee852b8..d2bd216e0f 100644 --- a/Solver/TESTCASES/square.geo +++ b/Solver/TESTCASES/square.geo @@ -10,5 +10,6 @@ Line Loop(5) = {2, 3, 4, 1}; Plane Surface(6) = {5}; Physical Line("Border") = {1, 2, 3, 4}; Physical Surface("Inside") = {6}; +Mesh.CharacteristicLengthExtendFromBoundary=1; //Transfinite Line {1, 2, 4, 3} = 2 Using Progression 1; //Transfinite Surface {6}; diff --git a/Solver/dgGroupOfElements.cpp b/Solver/dgGroupOfElements.cpp index 42d9044416..5b74669645 100644 --- a/Solver/dgGroupOfElements.cpp +++ b/Solver/dgGroupOfElements.cpp @@ -605,10 +605,3 @@ void dgGroupOfFaces::mapFromInterface ( int nFields, } } } -/* -const char luaTest::className[]="luaTest"; -methodBinding *luaTest::methods[] = { - new LunaSignature<luaTest,int,int,int,int>("print",&luaTest::print), - 0}; -constructorBinding *luaTest::constructorMethod = new LunaConstructor<luaTest,int>; -*/ -- GitLab