diff --git a/TODO b/TODO index bc7a6224c078899c865e92caeb4de981380a84fd..e11cb3d21a1b489d6899c013c1159c1276efbd64 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.15 2003-03-16 21:23:17 geuzaine Exp $ +$Id: TODO,v 1.16 2003-03-17 19:56:42 geuzaine Exp $ ******************************************************************** @@ -30,11 +30,23 @@ Rewrite the View interface in C++ ******************************************************************** +Improve Triangle integration: bgmesh on file, 2nd intermediate mesh?, +etc. + +******************************************************************** + Include Tetgen (the same way we did it with Triangle--the license is the same). ******************************************************************** +All surface meshes are made in a mean plane. If your surface cannot be +projected into a plane with a 1-to-1 correspondance between the nodes, +then gmsh will fail. We should mesh in the parametric space in these +cases. + +******************************************************************** + Two-field plots <nicolas.moes@ec-nantes.fr> Imagine I would like to plot a temperature field on a deformed diff --git a/doc/BUGS b/doc/BUGS deleted file mode 100644 index 5cfdb4b6ba9269dbd96a08b793f96d61af9381d4..0000000000000000000000000000000000000000 --- a/doc/BUGS +++ /dev/null @@ -1,14 +0,0 @@ -$Id: BUGS,v 1.8 2003-03-03 19:58:06 geuzaine Exp $ - -* All surface meshes are made in a mean plane. If your surface cannot -be projected into a plane with a 1-to-1 correspondance between the -nodes, then gmsh will fail. We should mesh in the parametric space in -these cases. - -* Improve Triangle integration: bgmesh on file, 2nd intermediate -mesh?, etc. - -* purify, purify... The old 2D algorithm (mainly mesh_domain()) is -full of large memory leaks. - - diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 2ee1d0a0f4aa8e47dd3dfeec5397383ac3af052e..e46865c0e9404d8400e35178030f626ea2b7d73e 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,5 +1,5 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id: gmsh.texi,v 1.2 2003-03-13 01:32:50 geuzaine Exp $ +@c $Id: gmsh.texi,v 1.3 2003-03-17 19:56:42 geuzaine Exp $ @c ========================================================================= @c @c This is the Gmsh documentation texinfo source file @@ -1281,11 +1281,8 @@ files that produce the bug (problem definition and mesh files). Don't forget to mention both the version of Gmsh and the version of your operation system (@pxref{Running Gmsh} to see how to get this information). -Here is the list of open bugs for version @value{GMSH-VERSION}: - -@example -@include ../BUGS -@end example +See the @file{TODO} file in the distribution to check the problems we +already know about. @c ------------------------------------------------------------------------- @c Versions