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

explain that transfinite surfaces with 3 or 4 corners can be specified automatically

parent fa753490
Branches
Tags
No related merge requests found
......@@ -53,3 +53,20 @@ Recombine Surface{1};
Mesh.Smoothing = 100;
Physical Surface(1) = 1;
// When the surface has only 3 or 4 control points, the transfinite constraint
// can be applied automatically (without specifying the corners explictly).
Point(7) = {0.2, 0.2, 0, 1.0};
Point(8) = {0.2, 0.1, 0, 1.0};
Point(9) = {-0, 0.3, 0, 1.0};
Point(10) = {0.25, 0.2, 0, 1.0};
Point(11) = {0.3, 0.1, 0, 1.0};
Line(10) = {8, 11};
Line(11) = {11, 10};
Line(12) = {10, 7};
Line(13) = {7, 8};
Line Loop(14) = {13, 10, 11, 12};
Plane Surface(15) = {14};
Transfinite Line {10:13} = 10;
Transfinite Surface{15};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment