diff --git a/Solver/TESTCASES/cyl.geo b/Solver/TESTCASES/cyl.geo index efd6f094efcc21fcfb8cdd95d2e2d96b2bcd9706..8ee01fb1c431a66cbbb46324b7fcf6c66ffe39e0 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 59bee852b86da4c564682b06141c0baf793fd6b1..d2bd216e0f9333a241778610a256ad5dde9b4df1 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 42d9044416a2390891409344eab5c6a556aad32f..5b746696452c4ef8e7272440ae1c8ef2e01d6dc7 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>; -*/