Skip to content
Snippets Groups Projects
  1. Oct 28, 2004
    • Christophe Geuzaine's avatar
      · 9950dcb2
      Christophe Geuzaine authored
      New options to enable/desable all default post-processing/solver plugins
      9950dcb2
    • Christophe Geuzaine's avatar
      · 6f149945
      Christophe Geuzaine authored
      proof of concept for unproject (e.g. to add points with the mouse)
      6f149945
    • Christophe Geuzaine's avatar
      · d1e9dc0b
      Christophe Geuzaine authored
      fix gcc warning + add "cancel" button to make the dialog look like
      the other ones
      d1e9dc0b
    • Christophe Geuzaine's avatar
      · 0366f76d
      Christophe Geuzaine authored
      Say we didn't find any solver plugins if GMSHPLUGINSHOME is not defined.
      
      This is not perfect, but it allows us to *not* display the annoying
      popups for "regular" users, while still registering JF's solver plugin...
      0366f76d
  2. Oct 27, 2004
  3. 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
  4. Oct 20, 2004
    • Christophe Geuzaine's avatar
      · e0046e2c
      Christophe Geuzaine authored
      small fixes for last commit:
      
      - only delete view.adaptive if we really delete the view (we might want to
        use the adaptive data in a duplicate view)
      
      - add missing opt_view_global_zoom in update_view()
      
      - don't even try to open StructuralSolver's data files if GMSHPLUGINSHOME
        is not defined
      e0046e2c
    • Jean-François Remacle's avatar
      · b0f29eb2
      Jean-François Remacle authored
      New high order interpolation.
      
      JFR
      b0f29eb2
  5. Oct 15, 2004
    • Christophe Geuzaine's avatar
      · a62dcf8d
      Christophe Geuzaine authored
      draw the labels a little bit closer to the entities
      a62dcf8d
  6. Sep 25, 2004
    • Christophe Geuzaine's avatar
      · 70de42ca
      Christophe Geuzaine authored
      subclass the original file chooser and move it into the GUI class, so
      that we can set its position (the FLTK folks don't want to patch the
      standard file chooser, so this is the only solution...)
      70de42ca
  7. Sep 19, 2004
    • Christophe Geuzaine's avatar
      · 0fda885c
      Christophe Geuzaine authored
      fix problem with new dynamic menus and plugin dialogs (unfortunately, this
      re-adds the (small) memory leak in the GUI)
      0fda885c
  8. Sep 16, 2004
    • Christophe Geuzaine's avatar
      · 34a7daef
      Christophe Geuzaine authored
      - the main menu is now scrollable when there are more than 25
      buttons and it can handle an arbitrary number of buttons (this removes
      the "100 views max in the GUI" limitation)
      
      - the view number is now also displayed in the menu (to make it easier
      to find the view when one has many many views)
      
      - added "Remove empty views" menu item
      34a7daef
  9. Aug 18, 2004
  10. Aug 16, 2004
  11. Aug 13, 2004
  12. Aug 12, 2004
    • Christophe Geuzaine's avatar
      · 37d97a59
      Christophe Geuzaine authored
      re-add return statements in functions returning non-void. JF: my compiler
      wants this (and he's right)
      37d97a59
  13. Aug 11, 2004
  14. Aug 09, 2004
    • Christophe Geuzaine's avatar
      · 6dcecb64
      Christophe Geuzaine authored
      make depend
      6dcecb64
    • Christophe Geuzaine's avatar
      · e4a4b3e7
      Christophe Geuzaine authored
      - fixed a couple of gcc warnings + added missing o->end() in
        jf's StructuralSolver plugin
      
      - fixed the view option code: FLTK > 1.1.5rc1 breaks our use of
        widget->changed()...
      
      - added background mesh support in the aniso algorithm
      e4a4b3e7
  15. Aug 06, 2004
  16. Aug 03, 2004
  17. Jul 21, 2004
    • Christophe Geuzaine's avatar
      · c6affe0c
      Christophe Geuzaine authored
      little hack to visualize overlapping multi-patch spheres with constant
      offsets (use timeStep<0...)
      c6affe0c
  18. Jul 16, 2004
  19. Jul 14, 2004
    • Christophe Geuzaine's avatar
      · fd6e1492
      Christophe Geuzaine authored
      - Triangle now supports our background meshes
      
      - fixed memory leak in Optimize_Netgen (forgot to free the volume
        vertices) + added missing 2nd order reset
      
      - fixed a couple of typos in the docs
      fd6e1492
  20. Jul 07, 2004
    • Christophe Geuzaine's avatar
      · 712bc5c5
      Christophe Geuzaine authored
      set a parameter for the max number of elements per bucket
      (default=100, which seems to be a good memory vs. speed trade-off for
      meshes up to 1/2 million elements)
      712bc5c5
  21. Jul 05, 2004
    • Christophe Geuzaine's avatar
      · 92c6cbc2
      Christophe Geuzaine authored
      - allow more than 2 elements per bucket for ST!
      - add missing tensor simplex case
      92c6cbc2
    • Christophe Geuzaine's avatar
      · cea94117
      Christophe Geuzaine authored
      - fixed seg fault in Plugin(Triangulate)
      - added BBox computation in plugins when the coordinates are changed
      cea94117
  22. Jun 24, 2004
    • Christophe Geuzaine's avatar
      · a1e7b561
      Christophe Geuzaine authored
      mention explicitly if a plugin only works for simplices
      a1e7b561
    • Christophe Geuzaine's avatar
      · e399296e
      Christophe Geuzaine authored
      Generalized Plugin(Triangulate) to handle vector and tensor views
      e399296e
  23. Jun 20, 2004
    • Christophe Geuzaine's avatar
      · 68b21769
      Christophe Geuzaine authored
      - mesh.algo -> algo2d and algo3d
      - replaced most of the remaining radio buttons with Fl_Choices (requires
        less screen real estate)
      68b21769
  24. Jun 16, 2004
    • Christophe Geuzaine's avatar
      · 69f6b98c
      Christophe Geuzaine authored
      reset the input lists (do not delete them)
      69f6b98c
  25. Jun 15, 2004
  26. Jun 01, 2004
  27. May 31, 2004
Loading