Skip to content
Snippets Groups Projects
  1. Jan 01, 2013
  2. Dec 07, 2012
  3. Jan 21, 2012
  4. Nov 24, 2011
  5. Mar 26, 2011
  6. Mar 17, 2011
  7. May 21, 2010
  8. Feb 10, 2010
  9. Feb 08, 2010
  10. Nov 02, 2009
  11. 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
  12. Aug 31, 2009
  13. 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
  14. Aug 20, 2009
  15. 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
  16. Aug 15, 2009
  17. Jul 06, 2009
  18. Jul 05, 2009
  19. Apr 06, 2009
  20. Jan 31, 2009
  21. 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
  22. Jul 11, 2008
  23. 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
  24. Feb 17, 2008
  25. Sep 24, 2007
  26. 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
  27. 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
  28. May 07, 2007
  29. 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
  30. May 04, 2007
  31. 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
  32. Nov 27, 2006
  33. 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
  34. Aug 12, 2006
  35. Apr 15, 2006
  36. Mar 15, 2006
    • Christophe Geuzaine's avatar
      · a58f392e
      Christophe Geuzaine authored
      new plugin to extract the geometry edges
      a58f392e
  37. 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
Loading