- Oct 06, 2004
-
-
Christophe Geuzaine authored
Correction of bug in List_LQuery (bad size of remaining list to be inspected) (Mirroring bug fix from Patrick in GetDP)
-
- Jun 16, 2004
-
-
Christophe Geuzaine authored
Do a default List_Create in List_CreateFromFile instead of returning NULL. (This fixes the problems in Plugins that assume that the element lists are all ready to be added into.)
-
- May 18, 2004
-
-
Christophe Geuzaine authored
add sanity check in List_Pop
-
- Feb 28, 2004
-
-
Christophe Geuzaine authored
And more airplane work! - merged STL patch from Nicolas Tardieu. This patch permits to create an real elementary surface for each STL face. Until we have some code to directly remesh the STL data (which would be much nicer and cheaper), this is very useful. We can finally use STL representations to create meshable volume models. Thanks Nicolas ! - new option to color the mesh by physical entities (if an element belongs to multiple physicals, we use the first one) - additional cleanup of the mesh drawing code - big cleanup of the geometry creation section in the parser: * removed horrible Geo/DataBase.cpp * fixed all List-related memory leaks (a lot!) * added tests to check if we don't try to recreate existing entities (this should prevent many weird bugs due to incorrect input files) - fixed LineLoop/EdgeLoop memory leaks - many small fixes all over the place
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- May 12, 2003
-
-
Christophe Geuzaine authored
remove malloc.h include
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Mar 18, 2003
-
-
Christophe Geuzaine authored
white space
-
Christophe Geuzaine authored
Add Contributor(s) where due.
-
- Mar 16, 2003
-
-
Christophe Geuzaine authored
Oops, forgot to remove debug printf
-
Christophe Geuzaine authored
Cleanup Tree_Replace/Tree_Insert + better error detection in Read_Mesh.
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 23, 2003
-
-
Christophe Geuzaine authored
Fix some dependencies + enable GSL (so that more people test it).
-
- Feb 18, 2003
-
-
Christophe Geuzaine authored
This is a pretty big commit. - The Numerical Recipes routines have been moved to their own subdirectory: NR/ - These routines are now completely optional. Configure will determine if they have to be compiled in (if it's a non-free version of Gmsh) or if we should use the GSL routines instead. - The GSL routines are there. Well, sort of. The SVD stuff works great, but the minimization routines still need more work. The whole infrastructure is there, though: we can already compile a fully GPL compliant version of Gmsh by removing the NR subdirectory (or by specifying --enable-gsl to configure). - I also simplified the options passed to the compiler (OPTIM and FLAGS). That's all for today folks...
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
- Feb 10, 2003
-
-
Christophe Geuzaine authored
Replace fwrite with safe_fwrite
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- May 20, 2002
-
-
Christophe Geuzaine authored
-
- May 18, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 13, 2002
-
-
Laurent Stainier authored
compilation directives (cf. __APPLE__), were to rename the type ColorTable to GmshColorTable and the function Palette to Palette1, in order to avoid conflicts with Apple's QuickDraw. Note that HFS is case-insensitive, which requires to have a fltk lib name otherwise than libfltk.a (in the Mac version, the GL part is separate anyway, so I've been using libfltk_base.a and libfltk_gl.a).
-
- Nov 05, 2001
-
-
Christophe Geuzaine authored
-
- Oct 31, 2001
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
- Oct 30, 2001
-
-
Christophe Geuzaine authored
-
- Aug 20, 2001
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 11, 2001
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 09, 2001
-
-
Jean-François Remacle authored
-
- Aug 07, 2001
-
-
Jean-François Remacle authored
-
- Jul 30, 2001
-
-
Christophe Geuzaine authored
-
- Jul 26, 2001
-
-
Jean-François Remacle authored
-
- Jun 07, 2001
-
-
Christophe Geuzaine authored
-
- May 22, 2001
-
-
Christophe Geuzaine authored
-
- Apr 08, 2001
-
-
Christophe Geuzaine authored
-