- Jun 13, 2003
-
-
Christophe Geuzaine authored
Fix a couple of bugs for 2nd order elements. Seems to work OK for 2D meshes now. 3D is still kinda flaky, and extrusion is not implemented.
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- add PNG check in Get_BuildOptions() - move "make doc" to top-level Makefile - better "make purge"
-
Christophe Geuzaine authored
Attractor problem in 1D mesh: Meshing Curve 82 Error : GSL: function not continuous (fsolver.c, line 40)
-
- Jun 12, 2003
-
-
Christophe Geuzaine authored
This file triggers the gcc 2.95 optimization bug. Linux, gcc 2.95.3, -O2: gmsh test.geo -clscale 1.0 : 42191 elements gmsh test.geo -clscale 1.2 : failed gmsh test.geo -clscale 1.4 : failed gmsh test.geo -clscale 1.6 : failed gmsh test.geo -clscale 1.8 : failed gmsh test.geo -clscale 2.0 : 5929 elements gmsh test.geo -clscale 2.2 : 4726 elements gmsh test.geo -clscale 2.4 : failed gmsh test.geo -clscale 2.6 : 3065 elements Linux, gcc 2.96, -O2: gmsh test.geo -clscale 1.0 : 41604 elements gmsh test.geo -clscale 1.2 : 35011 elements gmsh test.geo -clscale 1.4 : 14618 elements gmsh test.geo -clscale 1.6 : 10183 elements gmsh test.geo -clscale 1.8 : 7466 elements gmsh test.geo -clscale 2.0 : 5831 elements gmsh test.geo -clscale 2.2 : 4738 elements gmsh test.geo -clscale 2.4 : 3516 elements gmsh test.geo -clscale 2.6 : 3037 elements Linux, gcc 3.3, -O2: similar to gcc 2.96.
-
Christophe Geuzaine authored
fix release date
-
Christophe Geuzaine authored
update to 0.9.1
-
- Jun 10, 2003
-
-
Christophe Geuzaine authored
-
- Jun 02, 2003
-
-
Christophe Geuzaine authored
gl2ps update (fixes the detection of smooth/flat shaded polygons in "mixed" scenes)
-
- Jun 01, 2003
-
-
Christophe Geuzaine authored
Oops, fix the GMSH_VERSION macro
-
- May 29, 2003
-
-
Christophe Geuzaine authored
Added warning + option for circle/ellipse arcs >= Pi
-
- May 26, 2003
-
-
Christophe Geuzaine authored
-
- May 23, 2003
-
-
Christophe Geuzaine authored
removed unused prototypes
-
- May 22, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Improve UI responsiveness and fix the "jumping" rotation problem by not checking for pending events during STATUSxN messages.
-
Christophe Geuzaine authored
Speed up variable creation/retrieval by replacing 'List_T *Symbols_L' by 'Tree_T *Symbols_T'.
-
Christophe Geuzaine authored
Fix buffer overflows
-
Christophe Geuzaine authored
Correct For syntax
-
- May 21, 2003
-
-
Christophe Geuzaine authored
couple of things to do
-
- May 20, 2003
-
-
Christophe Geuzaine authored
date
-
- May 17, 2003
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
Add more info on mesh conformity
-
- May 16, 2003
-
-
Christophe Geuzaine authored
windows->win
-
- May 14, 2003
-
-
Christophe Geuzaine authored
1.45
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cleanup vonmises (a bit)
-
Laurent Stainier authored
Von Mises value displayed.
-
- May 13, 2003
-
-
Christophe Geuzaine authored
-
- May 12, 2003
-
-
Christophe Geuzaine authored
typos
-
Christophe Geuzaine authored
forgot to create physical points
-
Christophe Geuzaine authored
remove malloc.h include
-
- May 09, 2003
-
-
Christophe Geuzaine authored
Demo perl solver should not be defined as the third solver: it would only show up if a second solver is loaded.
-
Christophe Geuzaine authored
fix small sh mistakes + add the simple xyz->pos script
-
Christophe Geuzaine authored
Tant qu'a faire, autant etre propre -> move autocad converters into utils/converters/autocad...
-
Christophe Geuzaine authored
Adding the "autocad to msh & pos" converters from Dave.
-
Christophe Geuzaine authored
Reorganized utils/ directory + added Maya converter from <kenny@diku.dk>
-
Christophe Geuzaine authored
small fix
-
- May 08, 2003
-
-
Christophe Geuzaine authored
add ./configure --help and a pointer to the reference manual
-
- May 06, 2003
-
-
Christophe Geuzaine authored
typo
-