- Feb 06, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 05, 2005
-
-
Christophe Geuzaine authored
put call to value() after filter() so that we see the chosen file if we specify one
-
Christophe Geuzaine authored
fix for the annoying "disappearing path" problem in the file chooser
-
Christophe Geuzaine authored
simpler Start() function
-
- Feb 04, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed extra white space and node coord format in UNV export
-
- Feb 02, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added new "spectral" colormap (truncated hsv) - added GUI button for elliptic mesh + geometry coherence - added GMSH_MAJOR_VERSION, GMSH_MINOR_VERSION and GMSH_PATCH_VERSION in the parser
-
- Jan 26, 2005
-
-
Christophe Geuzaine authored
remove debug printf call
-
- Jan 25, 2005
-
-
Christophe Geuzaine authored
change orientations so that all the "discrete" sphere demos also work with netgen
-
- Jan 24, 2005
-
-
Christophe Geuzaine authored
add comments
-
- Jan 21, 2005
-
-
Christophe Geuzaine authored
don' draw full stem in filled mode
-
Christophe Geuzaine authored
added check for socklen_t in configure script
-
Christophe Geuzaine authored
fix normal orientation of second triangle
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make simple arrows/pyramids look nicer when lighting is on
-
Christophe Geuzaine authored
better estim of label width
-
- Jan 20, 2005
-
-
Christophe Geuzaine authored
allow negative line loop number in surface definitions
-
Christophe Geuzaine authored
Adding python solver interface from Carl Osterwisch <osterwischc@asme.org>. The interface comes with a example python "solver" that converts an Abacus result file (in CSV format) into Gmsh post-processing views. Very cool ;-) Thanks Carl!
-
- Jan 19, 2005
-
-
Christophe Geuzaine authored
Fl_Double_Window is not really necessary for Main_Window
-
- Jan 18, 2005
-
-
Christophe Geuzaine authored
Create windows as Fl_Double_Window (double-buffered) instead of Fl_Window. This makes the GUI "smoother" on Windows and Linux. The Mac port of FLTK actually always uses Fl_Double_Window, even when one asks for an Fl_Window...
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
capitalize tab headers
-
Christophe Geuzaine authored
%g->%.3g + use format also for 2d graphs
-
Christophe Geuzaine authored
set default number format to %g, and use it to display the time value, too
-
Christophe Geuzaine authored
more intuitive behaviour of geometry+mesh selection
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better Tools->Visibility GUI
-
- Jan 17, 2005
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
- Jan 16, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- fixed the "unix socket name is one character short" problem on MacOS and AIX. Unfortunately, this required the client code to be slightly modified as well (and as a consequence, old versions of getdp will for example not work with new versions of Gmsh on MacOs and AIX). But it's better to do things "the right way" (TM) for people who want to connect using different languages (Perl, Python). - moved the GmshServer stuff in its own class - added missing rules in parser makefile (so that the parser gets rebuilt automatically when one changes Gmsh.y or Gmsh.l)
-
Christophe Geuzaine authored
ask if we should remove the temp files
-
- Jan 14, 2005
-
-
Christophe Geuzaine authored
small cleanup (+ remove solver link on webpage)
-
Christophe Geuzaine authored
new "AliasWithOptions" command
-
Christophe Geuzaine authored
use C++ example in doc instead of C
-
Christophe Geuzaine authored
tiny cleanup
-
Christophe Geuzaine authored
build solver examples with ${FLAGS}, so that on Windows they receive the -mwindows argument
-