Skip to content
Snippets Groups Projects
  1. May 21, 2010
  2. Feb 10, 2010
  3. Feb 08, 2010
  4. Nov 02, 2009
  5. Oct 01, 2009
    • Christophe Geuzaine's avatar
      · f1c6102a
      Christophe Geuzaine authored
      finished up first pass at remote view management:
      
      * interactive stuff is now almost feature-complete (including
        multi-step, axes and adaptive refinement)
      
      * plugins can now be executed on remote views
      
      * renamed GmshRemote->ConnectionManager & GmshDaemon->GmshRemote
      f1c6102a
  6. Aug 31, 2009
  7. Aug 30, 2009
    • Christophe Geuzaine's avatar
      *** empty log message *** · 4bc04624
      Christophe Geuzaine authored
      4bc04624
    • Christophe Geuzaine's avatar
      · 9d3a0f24
      Christophe Geuzaine authored
      Encapsulate toolkit-dependent global drawing functions in new
      drawContextGlobal class, and add a static drawContextGlobal to
      drawContext, with a default version that does nothing.
      
      This allows to have a completely virtualized drawing system: we can
      now ship a library with a fully working graphic system, indepedent of
      the widget toolkit. A client code just needs to subclass
      drawContextGlobal to get working graphics (see
      e.g. api_demos/mainAntTweakBar.cpp)
      9d3a0f24
  8. Aug 20, 2009
  9. Aug 17, 2009
    • Christophe Geuzaine's avatar
      · aa7961ad
      Christophe Geuzaine authored
      re-committing work from last two days after server crash:
      
      - refactored old Geo code (new/delete)
      - moved DrawPlugin to Plugin
      - move from matheval to mathex
      - move from Flu_Tree_Browser to Fl_Tree
      - fixed crash in Triangulate plugin
      aa7961ad
  10. Aug 15, 2009
  11. Jul 06, 2009
  12. Jul 05, 2009
  13. Apr 06, 2009
  14. Jan 31, 2009
  15. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  16. Jul 11, 2008
  17. May 04, 2008
    • Christophe Geuzaine's avatar
      * replaced old Msg function with message class inspired from what we · 26ff0c6f
      Christophe Geuzaine authored
        did in high
      * added mesh generation error log summary
      * removed Parallel subdir (this is now handled by the message class)
      * removed Box subdir and consolidated batch processing in a single
        routine
      * made List_T into a class
      * reduced dependencies in Pview*.h so we can eventually add the post-pro
        interface to the public API
      26ff0c6f
  18. Feb 17, 2008
  19. Sep 24, 2007
  20. Sep 11, 2007
    • Christophe Geuzaine's avatar
      · cb7d85b2
      Christophe Geuzaine authored
      upgraded all plugins to work with the new post-pro.
      
      This is done "cheaply" for now, by only using old-style list-based datasets.
      Taking advantage of the abstraction (so that we can use the plugins on all
      datasets) will require more work. The hooks for transparent data translation
      are in place, but the actual translation has not been implemented yet.
      cb7d85b2
  21. Sep 10, 2007
    • Christophe Geuzaine's avatar
      · 86a0dffe
      Christophe Geuzaine authored
      moving to new post-processing database
      
                          *** WARNING ***
      
      do not upgrade if you need plugins or adaptive views: these have not
      been ported (yet) to the new database
      
                          *** WARNING ***
      86a0dffe
  22. May 07, 2007
  23. May 05, 2007
    • Christophe Geuzaine's avatar
      · 0fc9c05a
      Christophe Geuzaine authored
      re-add SphericalRaise: it's easier than Warp (it's reversible!) to plot
      radiation patterns
      0fc9c05a
  24. May 04, 2007
  25. Jan 16, 2007
    • Christophe Geuzaine's avatar
      · 2edc8251
      Christophe Geuzaine authored
      - reimplemented subdivision of extruded meshes
      - fix indent + unused var + gcc warnings all over the place
      2edc8251
  26. Nov 27, 2006
  27. Aug 19, 2006
    • Christophe Geuzaine's avatar
      · 3306d60d
      Christophe Geuzaine authored
      - rewrote selection code to use dynamic arrays, so that we should never
      overflow the selection buffer again (even on huuuuge models)
      - cleanup some leftovers "useing namespace std"
      3306d60d
  28. Aug 12, 2006
  29. Apr 15, 2006
  30. Mar 15, 2006
    • Christophe Geuzaine's avatar
      · a58f392e
      Christophe Geuzaine authored
      new plugin to extract the geometry edges
      a58f392e
  31. Jan 28, 2006
    • Christophe Geuzaine's avatar
      · 1d1461a3
      Christophe Geuzaine authored
      new plugin ExtractElements to extract elements whose values are comprised
      in some interval
      1d1461a3
  32. 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
  33. Jul 11, 2005
    • Christophe Geuzaine's avatar
      · 22c4ddd8
      Christophe Geuzaine authored
      Please don't load solver plugins by default: for the vast majority of users,
      the structural solver options don't make any sense.
      
      Just add Solver.Plugins=1 in your option file if you need that stuff.
      22c4ddd8
  34. 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
  35. Apr 19, 2005
  36. Mar 18, 2005
  37. Mar 17, 2005
  38. Jan 12, 2005
    • Christophe Geuzaine's avatar
      · 92fd839d
      Christophe Geuzaine authored
      new plugins: Gradient, Curl and Divergence
      92fd839d
Loading