[Gmsh] characteristic length

Ningfeng HUANG ningfengh at gmail.com
Mon Jun 29 21:15:25 CEST 2015


Hi there,

I found the characteristic length is rather intriguing.

I used the following code

Point(1) = {0, 0, 0, 0.1};
Extrude {1, 0, 0} {
     Point{1};
   }
Extrude {0, 1, 0} {
     Line{1};
   }

and GMSH gives three elements per side. See attachment. Should I expect 10
elements? or I misunderstood the definition?

Thanks in advance.

Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20150629/a8a64ff4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: try_mesh.pdf
Type: application/pdf
Size: 6199 bytes
Desc: not available
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20150629/a8a64ff4/attachment.pdf>