- Feb 23, 2003
-
-
Christophe Geuzaine authored
Fix some dependencies + enable GSL (so that more people test it).
-
- Feb 21, 2003
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
fix poor english
-
- Feb 20, 2003
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add "make source-nonfree"
-
Christophe Geuzaine authored
rename some variables to avoid confusion
-
Christophe Geuzaine authored
fix MAX_NEWTON_DIM
-
Christophe Geuzaine authored
add gsl_check in batch mode, too
-
Christophe Geuzaine authored
add comment (1->N instead of 0->N-1)
-
Jean-François Remacle authored
:q :q :wq
-
Christophe Geuzaine authored
-
- Feb 19, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Re-add missing paragraph
-
Christophe Geuzaine authored
Fix some problems in gsl minimization algo. Still reports errors in some cases...
-
- Feb 18, 2003
-
-
Christophe Geuzaine authored
New gsl error handler
-
Christophe Geuzaine authored
specify GSL version + GPL
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
Print more informative messages for Triangle, GSL, etc.
-
Christophe Geuzaine authored
Fix typo in Nicolas' name
-
Christophe Geuzaine authored
cosmetic changes
-
Christophe Geuzaine authored
bump version number to 1.39
-
Christophe Geuzaine authored
fix dependencies
-
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
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added --with-jpeg-prefix
-
- Feb 16, 2003
-
-
Christophe Geuzaine authored
simplifu make clean
-
Christophe Geuzaine authored
return 10 results by default
-
- Feb 15, 2003
-
-
Christophe Geuzaine authored
remove link to quicktime movie: this eats a lot of bandwidth for nothing.
-
Christophe Geuzaine authored
add tensor examples
-
Christophe Geuzaine authored
fix some typos
-
- Feb 14, 2003
-
-
Laurent Stainier authored
Previously, it was only available for 2D tensors in triangles. Now, the 'Von Mises' option plots the J2 invariant of the full 3D tensor. The J2 invariant is the second invariant (A_ij*A_ij) of the deviator. In practice, what is actually plotted is sqrt(1.5*A_ij*A_ij).
-