From 1ef7a439f5f66f9a9d3d0b890d1dcbb486e2a303 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 31 Aug 2001 17:20:45 +0000 Subject: [PATCH] *** empty log message *** --- tutorial/t5.geo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorial/t5.geo b/tutorial/t5.geo index 1dbce3bec9..1a116dd11d 100644 --- a/tutorial/t5.geo +++ b/tutorial/t5.geo @@ -103,6 +103,11 @@ Function CheeseHole l7 = newreg; Line Loop(l7) = {c2,c7,c12}; Ruled Surface(newreg) = {l7}; 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 // variables. Warning: accessing an uninitialized element in an array // will produce an unpredictable result. Note that whole arrays can -- GitLab