Skip to content
Snippets Groups Projects
Commit 0d26b772 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

reverting

parent 459f4de5
No related branches found
No related tags found
No related merge requests found
General.MeshDiscrete = 1;
Merge "hybrid_part.msh"; Merge "hybrid_part.msh";
CreateTopology;
lc = 1e-2; lc = 1e-2;
Mesh.CharacteristicLengthMax = lc;
Point(1) = {0, 0, 0, lc}; Point(1) = {0, 0, 0, lc};
Point(4) = {0, .3, 0, lc} ; Point(4) = {0, .3, 0, lc} ;
...@@ -12,4 +11,3 @@ Line(4) = {4,1} ; ...@@ -12,4 +11,3 @@ Line(4) = {4,1} ;
Line Loop(5) = {-4,-1,-14,-3} ; Line Loop(5) = {-4,-1,-14,-3} ;
Plane Surface(6) = {5} ; Plane Surface(6) = {5} ;
MeshAlgorithm Surface {6} =6;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment