Skip to content
Snippets Groups Projects
  1. Sep 25, 2005
  2. May 18, 2005
  3. Mar 18, 2005
    • Christophe Geuzaine's avatar
      · 1b41f2f1
      Christophe Geuzaine authored
      if no mesh file name is specified, use the problem name to construct one
      1b41f2f1
  4. 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
  5. Feb 05, 2005
  6. Jan 20, 2005
    • 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
  7. Jan 17, 2005
  8. 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
  9. 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
  10. Jan 13, 2005
  11. Jan 01, 2005
    • Christophe Geuzaine's avatar
      · c6a065dc
      Christophe Geuzaine authored
      copyright update
      c6a065dc
    • Christophe Geuzaine's avatar
      · 0f206a55
      Christophe Geuzaine authored
      remove extra test on !port
      0f206a55
    • Christophe Geuzaine's avatar
      · 6517abd9
      Christophe Geuzaine authored
      The TCP patch broke UNIX solckets on Winwows (since Windows paths can
      contain a colon)
      6517abd9
  12. Dec 17, 2004
    • Christophe Geuzaine's avatar
      · 73045745
      Christophe Geuzaine authored
      add optional node_start_index and element_start_index arguments
      73045745
  13. Dec 06, 2004
    • Christophe Geuzaine's avatar
      · 541783d9
      Christophe Geuzaine authored
      pretty print
      541783d9
    • Christophe Geuzaine's avatar
      · 316772b4
      Christophe Geuzaine authored
      contrib
      316772b4
    • Christophe Geuzaine's avatar
      · 7acfca07
      Christophe Geuzaine authored
      Support for TCP/IP sockets (permits to launch solvers on remote hosts).
      Thanks to C.Stott@surrey.ac.uk for the original patch.
      7acfca07
  14. Nov 08, 2004
    • Christophe Geuzaine's avatar
      · b2c0b7b5
      Christophe Geuzaine authored
      allow a 3rd arg to specify an output filename
      b2c0b7b5
  15. Oct 25, 2004
    • Christophe Geuzaine's avatar
      · 78e2d182
      Christophe Geuzaine authored
      new solver options: SocketCommand and NameCommand (patch by
      <C.Stott@surrey.ac.uk>)
      78e2d182
  16. Oct 12, 2004
  17. Oct 08, 2004
    • Christophe Geuzaine's avatar
      · 542667e0
      Christophe Geuzaine authored
      physical<->elementary
      542667e0
    • Christophe Geuzaine's avatar
      · 3e22fed9
      Christophe Geuzaine authored
      default partition number should be 1
      3e22fed9
    • Christophe Geuzaine's avatar
      · 030aa909
      Christophe Geuzaine authored
      renamed mshdensify to mshsort and modified the spec file to install it
      in the rpm
      030aa909
    • Christophe Geuzaine's avatar
      · 2971da18
      Christophe Geuzaine authored
      A small utility that reads a Gmsh mesh file and makes the numbering
      dense (without gaps in the node/element number sequences)
      2971da18
  18. Sep 17, 2004
  19. Sep 11, 2004
  20. Jun 18, 2004
  21. May 22, 2004
    • Christophe Geuzaine's avatar
      · 1e0be4b2
      Christophe Geuzaine authored
      Small changes inspired by Wednesday's discussions:
      
      - Mac only: Gmsh now publishes its "file types"... That means that
        geo/msh/pos files now have nice icons, and that you can double-click
        on a geo/msh/pos file in the Finder to open it :-)
      
      - removed support for fltk 1.0 (wasn't compiling anymore anyway)
      
      - doubled the timout in GmshServer (2->4s): this seems to help on
        Windows (thanks to jkools@veeco.com)
      
      - added warnings in the docs about the Attractor feature
      
      - increased WB by 1 pixel in the GUI
      
      - replaced more Msg(FATAL) with Msg(ERROR) where it makes sense
      1e0be4b2
  22. Apr 13, 2004
  23. Apr 08, 2004
  24. Mar 25, 2004
    • Christophe Geuzaine's avatar
      · ec79b9ac
      Christophe Geuzaine authored
      merged small patch from prudhomm@mit.edu
      ec79b9ac
  25. Mar 13, 2004
    • Christophe Geuzaine's avatar
      · 929fb2e7
      Christophe Geuzaine authored
      Added automatic documentation generation for plugins
      929fb2e7
  26. Feb 07, 2004
Loading