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

No commit message

No commit message
parent 096774ae
No related branches found
No related tags found
No related merge requests found
/********************************************************************* /*********************************************************************
* *
* Gmsh tutorial 6 * Gmsh tutorial 6
* *
* Transfinite meshes * Transfinite meshes
* *
*********************************************************************/ *********************************************************************/
...@@ -22,7 +22,7 @@ l3 = newl; Line(l3) = {p2, 4}; ...@@ -22,7 +22,7 @@ l3 = newl; Line(l3) = {p2, 4};
// Create surface // Create surface
Line Loop(1) = {2, -1, l1, l2, l3, -3}; Line Loop(1) = {2, -1, l1, l2, l3, -3};
Plane Surface(1) = {1}; Plane Surface(1) = {-1};
// Put 20 points with a refinement toward the extremities on curve 2 // Put 20 points with a refinement toward the extremities on curve 2
Transfinite Line{2} = 20 Using Bump 0.05; Transfinite Line{2} = 20 Using Bump 0.05;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment