Skip to content
Snippets Groups Projects
  1. Oct 25, 2008
  2. Oct 23, 2008
  3. Oct 22, 2008
  4. Oct 21, 2008
  5. Jul 11, 2008
  6. Sep 04, 2007
  7. Nov 27, 2006
  8. May 13, 2006
  9. Mar 22, 2006
  10. Feb 25, 2006
  11. Feb 24, 2006
    • Christophe Geuzaine's avatar
      · b154c824
      Christophe Geuzaine authored
      "pure windows" version (without cygwin) is almost there: the solver
      interface now works quite nicely using native Windodiows sockets and
      the timers work too. There are still some bugs with binary files and
      user-created functions in the parser.
      b154c824
    • Christophe Geuzaine's avatar
      · f5cf0e86
      Christophe Geuzaine authored
      replaced poll() with direct call to select(). This should help in getting
      the solver interface eventually work on Windows without cygwin
      f5cf0e86
    • Christophe Geuzaine's avatar
      *** empty log message *** · fb8c5f10
      Christophe Geuzaine authored
      fb8c5f10
    • Christophe Geuzaine's avatar
      *** empty log message *** · 27891753
      Christophe Geuzaine authored
      27891753
    • Christophe Geuzaine's avatar
      · a1802176
      Christophe Geuzaine authored
      added example of interactive command line driver for Gmsh
      a1802176
  12. Feb 23, 2006
    • Christophe Geuzaine's avatar
      · a0caaee8
      Christophe Geuzaine authored
      - rename CLIENT_VIEW into CLIENT_MERGE_FILE
      - new CLIENT_PARSE_STRING
      a0caaee8
  13. Sep 25, 2005
  14. Mar 12, 2005
    • Christophe Geuzaine's avatar
      · 150f017b
      Christophe Geuzaine authored
      a little more work on the axes stuff: enable global axes for the geometry and
      the mesh, too. We can finally get rid of the ugly old "moving axes" bit.
      
      (+ reverted changes in unproject: need to be more careful since unproject
      can be called outside Draw())
      150f017b
    • Christophe Geuzaine's avatar
      · 2920e4ca
      Christophe Geuzaine authored
      don't need the extra options anymore
      2920e4ca
  15. Feb 05, 2005
  16. Jan 17, 2005
  17. Jan 16, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · 06658a6d
      Christophe Geuzaine authored
      06658a6d
    • 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
  18. Jan 14, 2005
    • Christophe Geuzaine's avatar
      · 908ef8c9
      Christophe Geuzaine authored
      use C++ example in doc instead of C
      908ef8c9
    • Christophe Geuzaine's avatar
      · a6ac7097
      Christophe Geuzaine authored
      build solver examples with ${FLAGS}, so that on Windows they receive the
      -mwindows argument
      a6ac7097
  19. Jan 13, 2005
Loading