- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Mar 18, 2003
-
-
Christophe Geuzaine authored
Add Contributor(s) where due.
-
- Mar 11, 2003
-
-
Christophe Geuzaine authored
wrong index in sanity check
-
Christophe Geuzaine authored
Fix merge bug (well, just return en arror if trying to merge views having different number of time steps)
-
- Mar 02, 2003
-
-
Christophe Geuzaine authored
pretty print build options
-
Christophe Geuzaine authored
pretty print build options
-
Christophe Geuzaine authored
Make headers self-contained
-
Christophe Geuzaine authored
add progname in -info
-
Christophe Geuzaine authored
GPL -> General Public License
-
Christophe Geuzaine authored
License stuff
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
add ;
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 25, 2003
-
-
Christophe Geuzaine authored
Add some indent directives
-
- 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 17, 2003
-
-
Christophe Geuzaine authored
Add comment for LITTLE_ENDIAN problem
-
Christophe Geuzaine authored
Don't use LITTLE_ENDIAN, it may be defined on Macs and cause the colormap problems. Define and test _BIG_ENDIAN instead. Change NODLL to _NO_DLL
-
- Feb 12, 2003
-
-
Christophe Geuzaine authored
Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK, remove _BLACKBOX, etc.)
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
- Feb 05, 2003
-
-
Christophe Geuzaine authored
Note on Combine view + save bug
-
- Jan 25, 2003
-
-
Christophe Geuzaine authored
Fixed a couple of typos + copyright dates
-
- Jan 24, 2003
-
-
Christophe Geuzaine authored
bump version to 1.37.0: system calls on Windows are now correctly implemented using the CreateProcess Windows API
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- Dec 14, 2002
-
-
Christophe Geuzaine authored
-
- Dec 11, 2002
-
-
Christophe Geuzaine authored
Enable occlusion culling by default
-
Christophe Geuzaine authored
New occlusion culling code contributed by the guys from CERN. Disabled by default.
-
- Dec 02, 2002
-
-
Christophe Geuzaine authored
Generalized the smoothing of post-processing views (quads, etc.)
-
- Nov 18, 2002
-
-
Christophe Geuzaine authored
Fix typos + set default jpeg quality to 100
-
- Nov 17, 2002
-
-
Christophe Geuzaine authored
doc update
-
Christophe Geuzaine authored
update tutorial.html + unnamed -> untitled
-
- Nov 16, 2002
-
-
Christophe Geuzaine authored
Save more window positions + polish previous commit (restore defaults)
-
Christophe Geuzaine authored
Major GUI overhaul. All options are now available in a single window.
-
Christophe Geuzaine authored
Add ability to draw lines as 3D cylinders. Looks very nice with our stream lines :-)
-
- Nov 13, 2002
-
-
Christophe Geuzaine authored
Commit some old stuff I had lying around on my machine.
-
- Nov 08, 2002
-
-
Christophe Geuzaine authored
Removed unused variable.
-
Christophe Geuzaine authored
Introduce OpenGL display lists for drawing meshes. Does not seem to work much faster on my machine, though.
-
Christophe Geuzaine authored
Added an option to set the number of subdivisions used when drawing spheres (when geometry, mesh or post-processing points are drawn as 3D spheres). You can test with: gmsh tutorial/t5.geo -string "Geometry.PointType=1; Geometry.PointSize=8; General.SphereSubdivisions=10;"
-
Christophe Geuzaine authored
-
- Nov 05, 2002
-
-
Christophe Geuzaine authored
-
- Nov 01, 2002
-
-
Christophe Geuzaine authored
-