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

Specify limitations for transfinite meshes explicitly
parent 06a64c59
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,9 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
Transfinite Line{33,28,46,50,52} = nbpt_far Using Progression 1.2 ;
Transfinite Line{34,29,51,47,53} = nbpt_inf Using Progression 1.05;
// *All* 2D and 3D transfinite entities are defined in respect to
// points. The ordering of the points defines the ordering of the mesh
// elements.
// 2D transfinite entities are defined in respect to points. The
// ordering of the points defines the ordering of the mesh elements.
// A transfinite surface can have either 3 or 4 sides.
Transfinite Surface{55} = {1,14,16,18};
Transfinite Surface{57} = {14,2,19,16};
......@@ -176,9 +176,9 @@ Transfinite Surface{117} = {13,5,25,26};
Recombine Surface {55:127};
// *All* 2D and 3D transfinite entities are defined in respect to
// points. The ordering of the points defines the ordering of the mesh
// elements.
// 3D transfinite entities are defined in respect to points. The
// ordering of the points defines the ordering of the mesh elements.
// A transfinite volume can have either 6 or 8 faces.
Transfinite Volume{129} = {1,14,15,18,16,17};
Transfinite Volume{131} = {17,16,14,15,20,19,2,10};
......
......@@ -23,7 +23,7 @@
<H1>README 1/10</H1>
[<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>]
<PRE>
$Id: tutorial.html,v 1.36 2002-11-17 02:30:13 geuzaine Exp $
$Id: tutorial.html,v 1.37 2003-02-24 20:28:36 geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input
......@@ -882,9 +882,9 @@ Transfinite Line{32,27,49,45,43} = nbpt_shell ;
Transfinite Line{33,28,46,50,52} = nbpt_far Using Progression 1.2 ;
Transfinite Line{34,29,51,47,53} = nbpt_inf Using Progression 1.05;
<I><FONT COLOR="#B22222">// *All* 2D and 3D transfinite entities are defined in respect to
</FONT></I><I><FONT COLOR="#B22222">// points. The ordering of the points defines the ordering of the mesh
</FONT></I><I><FONT COLOR="#B22222">// elements.
<I><FONT COLOR="#B22222">// 2D transfinite entities are defined in respect to points. The
</FONT></I><I><FONT COLOR="#B22222">// ordering of the points defines the ordering of the mesh elements.
</FONT></I><I><FONT COLOR="#B22222">// A transfinite surface can have either 3 or 4 sides.
</FONT></I>
Transfinite Surface{55} = {1,14,16,18};
Transfinite Surface{57} = {14,2,19,16};
......@@ -931,9 +931,9 @@ Transfinite Surface{117} = {13,5,25,26};
</FONT></I>
Recombine Surface {55:127};
<I><FONT COLOR="#B22222">// *All* 2D and 3D transfinite entities are defined in respect to
</FONT></I><I><FONT COLOR="#B22222">// points. The ordering of the points defines the ordering of the mesh
</FONT></I><I><FONT COLOR="#B22222">// elements.
<I><FONT COLOR="#B22222">// 3D transfinite entities are defined in respect to points. The
</FONT></I><I><FONT COLOR="#B22222">// ordering of the points defines the ordering of the mesh elements.
</FONT></I><I><FONT COLOR="#B22222">// A transfinite volume can have either 6 or 8 faces.
</FONT></I>
Transfinite Volume{129} = {1,14,15,18,16,17};
Transfinite Volume{131} = {17,16,14,15,20,19,2,10};
......@@ -1007,7 +1007,7 @@ Physical Surface (SurfInfTop) = {119} ;
*
*********************************************************************/</FONT></I>
<I><FONT COLOR="#B22222">// The new anisotropic 2D mesh generator can be selected with:
<I><FONT COLOR="#B22222">// The anisotropic 2D mesh generator can be selected with:
</FONT></I>
Mesh.Algorithm = 2 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment