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

No commit message

No commit message
parent aed1f110
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ SetFactory("OpenCASCADE"); ...@@ -4,8 +4,8 @@ SetFactory("OpenCASCADE");
Mesh.CharacteristicLengthMin = 0.1; Mesh.CharacteristicLengthMin = 0.1;
Mesh.CharacteristicLengthMax = 0.1; Mesh.CharacteristicLengthMax = 0.1;
Sphere(1) = {0,0,0, 0.5}; Sphere(1) = {0,0,0, 0.3};
Sphere(2) = {1,0,0, 0.5, Pi/3}; Sphere(2) = {1,0,0, 0.3, Pi/3};
Cylinder(3) = {2,0,0, 2.5,0,0, 0.5}; Cylinder(3) = {2,0,0, 2.5,0,0, 0.5};
Cylinder(4) = {3,0,0, 3.5,0,0, 0.5, Pi/3}; Cylinder(4) = {3,0,0, 3.5,0,0, 0.5, Pi/3};
Block(5) = {4,0,0, 4.5,0.5,0.5}; Block(5) = {4,0,0, 4.5,0.5,0.5};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment