- Feb 27, 2003
-
-
Christophe Geuzaine authored
Use MargeWithBoundingBox
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Slightly change the way we compute the bounding box during OpenFile (not MergeFile), so that opening a file containing both a geometry/mesh and a view works as expected.
-
- Feb 26, 2003
-
-
Christophe Geuzaine authored
-
- Feb 25, 2003
-
-
Christophe Geuzaine authored
Bump version number to 1.40
-
Christophe Geuzaine authored
Add some indent directives
-
Christophe Geuzaine authored
some indent stuff
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Fix all "uninitialized var" gcc warnings, even if they are bogus.
-
- Feb 24, 2003
-
-
Christophe Geuzaine authored
Specify limitations for transfinite meshes explicitly
-
Christophe Geuzaine authored
Use correct callback for transfinite volume definitions
-
- 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
-