Skip to content
Snippets Groups Projects
Commit 75275959 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

add CharacteristicLengthExtendFromBoundary=1 in geo testscases

parent ae3df034
No related branches found
No related tags found
No related merge requests found
...@@ -23,3 +23,4 @@ Plane Surface(11) = {9, 10}; ...@@ -23,3 +23,4 @@ Plane Surface(11) = {9, 10};
Physical Surface("Air") = {11}; Physical Surface("Air") = {11};
Physical Line("Cylinder") = {4, 1, 2, 3}; Physical Line("Cylinder") = {4, 1, 2, 3};
Physical Line("Box") = {5, 6, 7, 8}; Physical Line("Box") = {5, 6, 7, 8};
Mesh.CharacteristicLengthExtendFromBoundary=1;
...@@ -10,5 +10,6 @@ Line Loop(5) = {2, 3, 4, 1}; ...@@ -10,5 +10,6 @@ Line Loop(5) = {2, 3, 4, 1};
Plane Surface(6) = {5}; Plane Surface(6) = {5};
Physical Line("Border") = {1, 2, 3, 4}; Physical Line("Border") = {1, 2, 3, 4};
Physical Surface("Inside") = {6}; Physical Surface("Inside") = {6};
Mesh.CharacteristicLengthExtendFromBoundary=1;
//Transfinite Line {1, 2, 4, 3} = 2 Using Progression 1; //Transfinite Line {1, 2, 4, 3} = 2 Using Progression 1;
//Transfinite Surface {6}; //Transfinite Surface {6};
...@@ -605,10 +605,3 @@ void dgGroupOfFaces::mapFromInterface ( int nFields, ...@@ -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>;
*/
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