Skip to content
Snippets Groups Projects
  1. Jan 29, 2006
  2. Jan 28, 2006
  3. Jan 27, 2006
    • Christophe Geuzaine's avatar
      · 69ee5134
      Christophe Geuzaine authored
      - added little routine to save a post-pro view as a mesh file
      - moved all post-pro I/O routines in a separate file
      69ee5134
  4. Jan 14, 2006
  5. Jan 06, 2006
    • Christophe Geuzaine's avatar
      airport work: · 421196e0
      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
      421196e0
  6. Dec 21, 2005
  7. Dec 19, 2005
  8. Dec 18, 2005
    • Christophe Geuzaine's avatar
      · ef24f74e
      Christophe Geuzaine authored
      added small slider window to choose the z-clipping factor in real time.
      
      FLTK is really awesome :-)
      ef24f74e
  9. Dec 07, 2005
    • Christophe Geuzaine's avatar
      · b40e20cf
      Christophe Geuzaine authored
      add links to new interactive tutorials
      b40e20cf
  10. Nov 28, 2005
    • Christophe Geuzaine's avatar
      · db7f18e3
      Christophe Geuzaine authored
      new shortcuts for alternative x, y, z views (still needs to be completed by dave)
      db7f18e3
  11. Nov 26, 2005
    • Christophe Geuzaine's avatar
      · d3aba987
      Christophe Geuzaine authored
      - the fltk m#@!er f*!@ers changed the way FL_CTRL/FL_META shortcuts
      are treated on the Mac. This patch forces FL_META (the "Apple key") for
      all Ctrl shortcuts in the menu. I think this is the way most people on
      Macs would expect the shortcuts to work anyway.
      
      - fix metis readme+configure info
      d3aba987
  12. Nov 20, 2005
  13. Nov 18, 2005
    • Christophe Geuzaine's avatar
      · 0aa0c248
      Christophe Geuzaine authored
      The current behavior of Gmsh when drawing 3D scalar fields is not coherent
      with what is done in 2D: to draw filled iso-values or continuous maps in 3D,
      we should ideally do volume rendering. Right now we draw the iso-values
      (i.e., surfaces), which is both not coherent with the definition of
      continuous maps or filled iso-values, but is also annoying when trying to
      visualize fields that are constant per element (since in that case nothing is
      displayed!)
      
      Until we can do volume rendering, I've changed the behavior to draw the
      solution on the boundary of the 3D elements. It's rather slow, but it's the
      right thing to do visually.
      0aa0c248
  14. Oct 15, 2005
  15. Sep 25, 2005
  16. Sep 20, 2005
  17. Sep 02, 2005
  18. Aug 30, 2005
    • Christophe Geuzaine's avatar
      · 16af1ac4
      Christophe Geuzaine authored
      - clarify Combine commands
      - explain the funcdamental difference between post-pro options and post-pro plugins
      16af1ac4
  19. Aug 22, 2005
  20. 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
  21. Aug 02, 2005
    • Christophe Geuzaine's avatar
      · c7ef9c70
      Christophe Geuzaine authored
      - new option to choose the mesh element labels (element number, elementary
        entity number, physical entity number or partition number)
      c7ef9c70
  22. Jul 15, 2005
  23. Jul 08, 2005
    • Christophe Geuzaine's avatar
      · b34b1718
      Christophe Geuzaine authored
      finer control of time/timestep display
      b34b1718
  24. Jun 27, 2005
    • Christophe Geuzaine's avatar
      · d9907389
      Christophe Geuzaine authored
      New plugin to compute the modulus and the phase of a complex-valued field
      in-place, in one simple step. One could already do this with Plugin(Evaluate),
      but it was a little bit cumbersome.
      d9907389
  25. Jun 25, 2005
  26. Jun 11, 2005
  27. Jun 10, 2005
    • Christophe Geuzaine's avatar
      · 10f659ca
      Christophe Geuzaine authored
      Removed the last bits of the "Discrete Surface/Line" stuff.
      
      Gmsh can now simply read a .msh file, and use it as the boundary mesh
      of a 3D mesh. For an example on how to do this, cf.
      demos/sphere-discrete.geo.
      
      This complements nicely the STL remeshing stuff: Gmsh can now
      for example very easily be used to extrude surface meshes that
      come from other tools.
      10f659ca
  28. Jun 09, 2005
  29. May 13, 2005
    • Christophe Geuzaine's avatar
      · c46977ee
      Christophe Geuzaine authored
      removed remaining Discrete Line/Surface stuff
      c46977ee
  30. Apr 06, 2005
  31. Apr 04, 2005
    • Christophe Geuzaine's avatar
      · 9340d400
      Christophe Geuzaine authored
      added small warning in automatically generated opt_* files
      9340d400
    • Christophe Geuzaine's avatar
      · 7b1b90b4
      Christophe Geuzaine authored
      better help string for '-combine'
      7b1b90b4
    • Christophe Geuzaine's avatar
      · 3627fd83
      Christophe Geuzaine authored
      added all the missing "Combine" modes in the parser
      3627fd83
Loading