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

typo

parent 46783be8
No related branches found
No related tags found
No related merge requests found
/* $Id: 2D_Mesh.cpp,v 1.10 2000-12-06 18:28:30 remacle Exp $ */
/* $Id: 2D_Mesh.cpp,v 1.11 2000-12-08 13:55:23 geuzaine Exp $ */
/*
Maillage Delaunay d'une surface (Point insertion Technique)
......@@ -1081,10 +1081,8 @@ void Maillage_Surface (void *data, void *dum){
if (CTX.mesh.algo == DELAUNAY_OLDALGO)
Maillage_Automatique_VieuxCode (s, THEM, ori);
else
{
printf("coucou\n");
AlgorithmeMaillage2DAnisotropeModeJF (s);
}
if(CTX.mesh.nb_smoothing){
Msg(STATUS, "Mesh Smoothing");
tnxe = Tree_Create (sizeof (NXE), compareNXE);
......
/*
Gmsh demo file (C) 2000 C. Geuzaine, J.-F. Remacle
More complex 2D example with holes
More complex 2D example with holes, includes and a loop
All important comments are marked with "README"
*/
......@@ -112,14 +112,13 @@ R2 = r2r ;
*ALL* variables in Gmsh are global. Including a file is similar to
paste its content where the include command is located. */
i = 1 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 2 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 3 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 4 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 5 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 6 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 7 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 8 ; th = th0r + (i - 1) * dthr ; Include "demo-08.i1" ;
i = 0;
For(1:8)
i++ ;
th = th0r + (i - 1) * dthr ;
Include "demo-08.i1" ;
EndFor
// 9 stator poles
......
......@@ -6,18 +6,7 @@
All important comments are marked with "README"
*/
lc = 1;
Point(1) = {0, 0, 0, lc};
Point(2) = {.1, 0, 0, lc};
Point(3) = {.1, .3, 0, lc};
Point(4) = {0, .3, 0, lc};
Line(1) = {1,2};
Line(2) = {2,3};
Line(3) = {3,4};
Line(4) = {4,1};
Include "demo-01.geo" ;
Include "view-01.pos" ;
General.Trackball = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment