- Mar 06, 2003
-
-
Christophe Geuzaine authored
typo
-
- Mar 05, 2003
-
-
Christophe Geuzaine authored
Patches from naka@hasaki.sumitomometals.co.jp
-
- Mar 04, 2003
-
-
Christophe Geuzaine authored
Add original vis5d copyright notice
-
- Mar 02, 2003
-
-
Christophe Geuzaine authored
Make headers self-contained
-
Christophe Geuzaine authored
GPL -> General Public License
-
Christophe Geuzaine authored
License stuff
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 25, 2003
-
-
Christophe Geuzaine authored
Add some indent directives
-
Christophe Geuzaine authored
some indent stuff
-
Christophe Geuzaine authored
Fix all "uninitialized var" gcc warnings, even if they are bogus.
-
- Feb 24, 2003
-
-
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 20, 2003
-
-
Christophe Geuzaine authored
add gsl_check in batch mode, too
-
- 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 14, 2003
-
-
Christophe Geuzaine authored
Added Ctrl+arrow help
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
Minimal Mac resource file
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
Christophe Geuzaine authored
Make Triangle optional (license issues)
-
- Jan 25, 2003
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
Better error msg
-
Christophe Geuzaine authored
Fixed a couple of typos + copyright dates
-
Christophe Geuzaine authored
-
- 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
-
- Jan 22, 2003
-
-
Christophe Geuzaine authored
By popular request (hum), add a save button in the solver option pane.
-
- Jan 15, 2003
-
-
Christophe Geuzaine authored
We might want to return relative file names under Windows to overcome the silly /cygdrive/ stuff. Anyway, I leave this as a comment right now.
-
- Dec 04, 2002
-
-
Christophe Geuzaine authored
Remove the "Eigenvector" option for tensor visualization (it's not implemented). Add Chad to the list of contributors.
-
- Nov 25, 2002
-
-
Christophe Geuzaine authored
Add view number check (for "link all views" option when no view is selected yet)
-
- Nov 21, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 20, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 18, 2002
-
-
Christophe Geuzaine authored
Fix typo
-
Christophe Geuzaine authored
And finally, ta-daa, fix the option window title
-
- Nov 17, 2002
-
-
Christophe Geuzaine authored
Add a couple more View->Dirty tests
-
Christophe Geuzaine authored
Store fontsize in GUI class to prevent unexpected things to happen when a script changes it during execution. Also, unlink .gmshrc when doing a 'restore options'.
-
Christophe Geuzaine authored
Small compilation fixes for fltk 2.0
-
Christophe Geuzaine authored
Added keyboard mnemonics
-
Christophe Geuzaine authored
Fix time_step_incr/decr with links
-
- Nov 16, 2002
-
-
Christophe Geuzaine authored
Small fixes for old fltk versions (1.0)
-