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

fix typo
parent d8bf4feb
No related branches found
No related tags found
No related merge requests found
$Id: TODO,v 1.13 2006-06-08 14:32:06 geuzaine Exp $ $Id: TODO,v 1.14 2006-06-24 08:06:25 geuzaine Exp $
extrude along a given function (e.g. radius to extrude a sphere)
********************************************************************
Mac: system("open 'http://google.com/'");
Linux: system("htmlview 'http://google.com' &");
Windows: ShellExecute(NULL, "open", "http://google.com/", NULL, NULL,SW_SHOWNORMAL);
********************************************************************
Custom range on "filled iso" 3D views produces ugly plots, where one Custom range on "filled iso" 3D views produces ugly plots, where one
sees inside the cut elements. (In the meantime, one can use sees inside the cut elements. (In the meantime, one can use
......
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.208 2006-05-17 18:40:37 geuzaine Exp $ @c $Id: gmsh.texi,v 1.209 2006-06-24 08:06:25 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -2092,7 +2092,7 @@ oriented when the mesh is not recombined. ...@@ -2092,7 +2092,7 @@ oriented when the mesh is not recombined.
@item Transfinite Volume @{ @var{expression} @} = @{ @var{expression-list} @}; @item Transfinite Volume @{ @var{expression} @} = @{ @var{expression-list} @};
Selects the volume @var{expression} to be meshed with the 3D transfinite Selects the volume @var{expression} to be meshed with the 3D transfinite
algorithm (the volume can only have six or eight faces). The algorithm (the volume can only have five or six faces). The
@var{expression-list} should contain the identification numbers of the @var{expression-list} should contain the identification numbers of the
points on the boundary of the volume. The ordering of these point numbers points on the boundary of the volume. The ordering of these point numbers
defines the ordering and orientation of the mesh elements, and should thus defines the ordering and orientation of the mesh elements, and should thus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment