[Gmsh] extrude spline

Christophe Geuzaine cgeuzaine at ulg.ac.be
Tue Mar 17 00:22:18 CET 2009


José Francisco López Marín wrote:
> Hello.
> 
> I'm trying to build a mesh extruding a spline to get a quadrangle-only mesh.
> 
> Is it posible? How can i get it?

Here's a small example:

Point(1) = {0.2, 0, 0};
Point(2) = {0.1, 0.2, 0};
Point(3) = {0.2, 0.4, 0};
Point(4) = {0.5, 0.6, 0};
Point(5) = {0.5, 0.8, 0};
Spline(1) = {1, 2, 3, 4, 5};
Extrude {0, 0, 1} {
   Line{1}; Layers{5}; Recombine;
}




> 
> thanks in advance
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh


-- 
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science
http://www.montefiore.ulg.ac.be/~geuzaine