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

Remove BUGS file
parent 5c58788c
No related branches found
No related tags found
No related merge requests found
$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++ ...@@ -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 Include Tetgen (the same way we did it with Triangle--the license is
the same). 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> Two-field plots <nicolas.moes@ec-nantes.fr>
Imagine I would like to plot a temperature field on a deformed Imagine I would like to plot a temperature field on a deformed
......
$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.
\input texinfo.tex @c -*-texinfo-*- \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 @c
@c This is the Gmsh documentation texinfo source file @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 ...@@ -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 to mention both the version of Gmsh and the version of your operation
system (@pxref{Running Gmsh} to see how to get this information). system (@pxref{Running Gmsh} to see how to get this information).
Here is the list of open bugs for version @value{GMSH-VERSION}: See the @file{TODO} file in the distribution to check the problems we
already know about.
@example
@include ../BUGS
@end example
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
@c Versions @c Versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment