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

*** empty log message ***

parent 3bbab773
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,11 @@ Function CheeseHole ...@@ -103,6 +103,11 @@ Function CheeseHole
l7 = newreg; Line Loop(l7) = {c2,c7,c12}; Ruled Surface(newreg) = {l7}; l7 = newreg; Line Loop(l7) = {c2,c7,c12}; Ruled Surface(newreg) = {l7};
l8 = newreg; Line Loop(l8) = {-c6,-c9,c2}; Ruled Surface(newreg) = {l8}; l8 = newreg; Line Loop(l8) = {-c6,-c9,c2}; Ruled Surface(newreg) = {l8};
// Warning: surface meshes are generated by projecting a 2D mesh in
// the mean plane of the surface. This gives nice results only if the
// surface curvature is small enough. Otherwise you will have to cut
// the surface in pieces.
// Arrays of variables can be manipulated in the same way as classical // Arrays of variables can be manipulated in the same way as classical
// variables. Warning: accessing an uninitialized element in an array // variables. Warning: accessing an uninitialized element in an array
// will produce an unpredictable result. Note that whole arrays can // will produce an unpredictable result. Note that whole arrays can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment