Skip to content
Snippets Groups Projects
  1. Nov 30, 2006
    • Christophe Geuzaine's avatar
      · 62186496
      Christophe Geuzaine authored
      more on clcurv options
      62186496
    • Christophe Geuzaine's avatar
      · f16f0ff9
      Christophe Geuzaine authored
      new option to compute char lengths from curvature + removed most unused mesh options
      f16f0ff9
  2. Nov 27, 2006
  3. Nov 15, 2006
  4. Sep 24, 2006
    • Christophe Geuzaine's avatar
      · 62ca8c2f
      Christophe Geuzaine authored
      spec fltk theme with -theme + minor tweaks
      62ca8c2f
  5. Sep 07, 2006
  6. Sep 03, 2006
    • Christophe Geuzaine's avatar
      · 51ec61f3
      Christophe Geuzaine authored
      - finished Nastran BDF implementation (read+write in all BDF formats:
        free field, small field & long field)
      - improved UNV and Medit import
      - added detection of bad vertex indices in all import routines
      - fixed bug in 2nd order quad constructor
      51ec61f3
  7. Aug 19, 2006
    • Christophe Geuzaine's avatar
      · 8a7d5708
      Christophe Geuzaine authored
      Implemented new binary MSH file format (both read and write).
      
      A 250Mb mesh file (6 million tetrahedra) is now read or written to disk in
      less than 10 seconds (on my powerbook's slow hard drive).
      8a7d5708
  8. Aug 16, 2006
  9. Aug 12, 2006
  10. Aug 10, 2006
  11. Aug 07, 2006
  12. Aug 05, 2006
  13. Jul 12, 2006
  14. Mar 17, 2006
    • Christophe Geuzaine's avatar
      · 07ba274b
      Christophe Geuzaine authored
      minimize the number of files that include GmshVersion.h: it's annoying to
      recompiletoo many files just because the version string changes
      07ba274b
  15. Feb 26, 2006
    • Christophe Geuzaine's avatar
      · 020d0dd1
      Christophe Geuzaine authored
      moved most OS-dependent functions in OS.cpp
      020d0dd1
  16. Feb 24, 2006
  17. Jan 06, 2006
    • Christophe Geuzaine's avatar
      airport work: · 1930bbe2
      Christophe Geuzaine authored
      - new button under the graphic window to temporarily disable mouse
        selection (speeds-up redrawing of very large models + permits to
        rotate/zoom-in a model in selection mode even when the whole screen
        is full of selectable entities--e.g. a surface mesh)
      
      - new "lasso" selection mode (to select entities using the same kind
        of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in
        selection mode; the shortcuts are the same as for the lasso zoom)
      
      - it is now possible to unselect entities using the middle mouse button
        (only for the creation of physicals at the moment; not sure if it's
        useful in the other cases)
      
      - new button in visibility browser to invert the current selection
        (very useful e.g. when multiple physical entities are associated
        with a given elementary entity, in order to "peel" away the model
        when adding new physicals; cf. philou)
      
      - changed meaning of Escape shortcut (cancel lasso or toggle mouse
        selection) + restore standard fltk Escape handling for all dialog
        windows
      
      - updated copyright string
      
      - new mesh label mode (coordinates); all label types are now also
        available for mesh vertices
      
      - added option in 'Print Option' dialog to disable printing of help
        strings
      
      - added a comment string with the date when creating a new file
      
      - new snapping grid for adding points in the GUI
      1930bbe2
  18. Oct 24, 2005
    • Christophe Geuzaine's avatar
      · fc50dd4c
      Christophe Geuzaine authored
      Don't reinitialize the symbol tree in OpenFile.
      
      (We don't reinitialize the option database, so why should we reinitialize
      the variables? Using a single global symbol tree we can again define
      variables with -string "" on the command line.)
      fc50dd4c
  19. Sep 22, 2005
  20. Sep 07, 2005
  21. Aug 22, 2005
    • Christophe Geuzaine's avatar
      · f842ab46
      Christophe Geuzaine authored
      simpler tetgen integration by Jozef Vesely
      f842ab46
  22. Aug 09, 2005
    • Christophe Geuzaine's avatar
      · c224e052
      Christophe Geuzaine authored
      generalized the solver interface to allow permanent listening on a
      socket for whoever wants to connect (gmsh -listen)
      
      the polling should also be less CPU hungry in this new version
      
      next step is to add new commands to the protocol so that solvers can
      directly transmit data to merge (geometry, mesh, etc.) in addition to
      messages and filenames
      c224e052
  23. Jul 03, 2005
    • Christophe Geuzaine's avatar
      · 53dd6207
      Christophe Geuzaine authored
      compile tetgen by default so we get feedback on machine-specific problems
      53dd6207
  24. Jun 29, 2005
    • nicolas tardieu's avatar
      Modification to support Tetgen algorithm. · f2a997c5
      nicolas tardieu authored
      All modifications are commentarized because
      this feature is not functionnal : the transfer from
      Gmsh to Tetgen is OK, but the transfer from Tetgen to
      Gmsh is not : all the mesh (points, lines,
      surfaces, volumes) must be recreated in Gmsh...
      f2a997c5
  25. Jun 25, 2005
  26. Apr 04, 2005
    • Christophe Geuzaine's avatar
      · 37903ac5
      Christophe Geuzaine authored
      removed limit on number of file names allowed on the command line
      37903ac5
    • Christophe Geuzaine's avatar
      · 7b1b90b4
      Christophe Geuzaine authored
      better help string for '-combine'
      7b1b90b4
  27. Mar 01, 2005
    • Christophe Geuzaine's avatar
      · 56f96798
      Christophe Geuzaine authored
      change the behavior of "-string string" command line option to match the
      bahavior of "-option file"
      56f96798
  28. Feb 28, 2005
    • Christophe Geuzaine's avatar
      · 9349b73c
      Christophe Geuzaine authored
      Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support
      the structured Plot3d mesh format.
      9349b73c
  29. Jan 01, 2005
  30. Dec 31, 2004
    • Christophe Geuzaine's avatar
      · 9dd6e35d
      Christophe Geuzaine authored
      Small aesthetic changes:
      
      - Only 'title-capitalize' window titles and menus; the rest should be
        capitalized like normal english sentences
      
      - The window title should be exactly the same as the menu item
        (without the ellipsis character if there is one)
      9dd6e35d
  31. Dec 27, 2004
    • Christophe Geuzaine's avatar
      · e13b85ce
      Christophe Geuzaine authored
      - new parser function GetValue("text", default_value) to query a value
        interactively in a script
      
      - added a nice example using this (to compute slices automatically):
        demos/multislice.script
      e13b85ce
  32. Nov 25, 2004
    • Christophe Geuzaine's avatar
      · 09149e34
      Christophe Geuzaine authored
      This patch fixes an old design flaw in the post-processing module,
      namely that we used a list of Post_View objects instead of a list of
      pointers to Post_View objects in CTX.post.list.
      
      This had many annoying consequences, in particular the fact that we
      needed to be extra careful every time the list was reallocated (as
      pointers to the list elements would become invalid).
      
      I tried very hard to change the code everywhere it should be changed,
      but I might have missed something. Please let me know if you see
      anything suspicious (like a crash when you duplicate/remove/combine/...
      post-processing views).
      09149e34
  33. Oct 03, 2004
    • Christophe Geuzaine's avatar
      · 25681f01
      Christophe Geuzaine authored
      Better handling of '-psn_XXX' command line arg. from the Mac Finder
      25681f01
  34. Sep 18, 2004
    • Christophe Geuzaine's avatar
      · c61e92f8
      Christophe Geuzaine authored
      cosmetic
      c61e92f8
    • Christophe Geuzaine's avatar
      · 3b20e547
      Christophe Geuzaine authored
      cleaned up View->Combine by defining a new option (to determine if
      we should remove the original views after a "Combine" or not)
      3b20e547
  35. Sep 17, 2004
    • Christophe Geuzaine's avatar
      · 13bd077b
      Christophe Geuzaine authored
      add -pid command line option to print the process id on stdout
      13bd077b
Loading