Skip to content
Snippets Groups Projects
  1. Feb 06, 2005
  2. Feb 05, 2005
    • Christophe Geuzaine's avatar
      · a2fd1e6d
      Christophe Geuzaine authored
      put call to value() after filter() so that we see the chosen file if we specify one
      a2fd1e6d
    • Christophe Geuzaine's avatar
      · c78ca583
      Christophe Geuzaine authored
      fix for the annoying "disappearing path" problem in the file chooser
      c78ca583
    • Christophe Geuzaine's avatar
      · 1b56ec05
      Christophe Geuzaine authored
      simpler Start() function
      1b56ec05
  3. Feb 04, 2005
  4. Feb 02, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · bfeec0f9
      Christophe Geuzaine authored
      bfeec0f9
    • Christophe Geuzaine's avatar
      · 3f0931fd
      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
      3f0931fd
  5. Jan 26, 2005
  6. Jan 25, 2005
    • Christophe Geuzaine's avatar
      · 0b6bad07
      Christophe Geuzaine authored
      change orientations so that all the "discrete" sphere demos also work with netgen
      0b6bad07
  7. Jan 24, 2005
  8. Jan 21, 2005
  9. Jan 20, 2005
    • Christophe Geuzaine's avatar
      · dc55e658
      Christophe Geuzaine authored
      allow negative line loop number in surface definitions
      dc55e658
    • Christophe Geuzaine's avatar
      · 36a46619
      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!
      36a46619
  10. Jan 19, 2005
    • Christophe Geuzaine's avatar
      · a75e4fc5
      Christophe Geuzaine authored
      Fl_Double_Window is not really necessary for Main_Window
      a75e4fc5
  11. Jan 18, 2005
    • Christophe Geuzaine's avatar
      · 088cab2c
      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...
      088cab2c
    • Christophe Geuzaine's avatar
      · a6740fbd
      Christophe Geuzaine authored
      typo
      a6740fbd
    • Christophe Geuzaine's avatar
      · 06624267
      Christophe Geuzaine authored
      capitalize tab headers
      06624267
    • Christophe Geuzaine's avatar
      · dcfcfbbc
      Christophe Geuzaine authored
      %g->%.3g + use format also for 2d graphs
      dcfcfbbc
    • Christophe Geuzaine's avatar
      · 03825ecd
      Christophe Geuzaine authored
      set default number format to %g, and use it to display the time value, too
      03825ecd
    • Christophe Geuzaine's avatar
      · 45bb418e
      Christophe Geuzaine authored
      more intuitive behaviour of geometry+mesh selection
      45bb418e
    • Christophe Geuzaine's avatar
      *** empty log message *** · 9dc1e30e
      Christophe Geuzaine authored
      9dc1e30e
    • Christophe Geuzaine's avatar
      · e17f425f
      Christophe Geuzaine authored
      better Tools->Visibility GUI
      e17f425f
  12. Jan 17, 2005
  13. Jan 16, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · 06658a6d
      Christophe Geuzaine authored
      06658a6d
    • Christophe Geuzaine's avatar
      *** empty log message *** · bb60bd68
      Christophe Geuzaine authored
      bb60bd68
    • Christophe Geuzaine's avatar
      · ec90f6ab
      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)
      ec90f6ab
    • Christophe Geuzaine's avatar
      · 46b5e138
      Christophe Geuzaine authored
      ask if we should remove the temp files
      46b5e138
  14. Jan 14, 2005
    • Christophe Geuzaine's avatar
      · 29d84ead
      Christophe Geuzaine authored
      small cleanup (+ remove solver link on webpage)
      29d84ead
    • Christophe Geuzaine's avatar
      · bacfabee
      Christophe Geuzaine authored
      new "AliasWithOptions" command
      bacfabee
    • Christophe Geuzaine's avatar
      · 908ef8c9
      Christophe Geuzaine authored
      use C++ example in doc instead of C
      908ef8c9
    • Christophe Geuzaine's avatar
      · f3eb1685
      Christophe Geuzaine authored
      tiny cleanup
      f3eb1685
    • Christophe Geuzaine's avatar
      · a6ac7097
      Christophe Geuzaine authored
      build solver examples with ${FLAGS}, so that on Windows they receive the
      -mwindows argument
      a6ac7097
Loading