Skip to content
Snippets Groups Projects
  1. Jul 21, 2013
  2. May 11, 2013
  3. Jan 31, 2013
  4. Jan 01, 2013
  5. Nov 04, 2012
  6. Jun 15, 2012
  7. May 02, 2012
  8. Mar 01, 2012
  9. Feb 15, 2012
  10. Feb 08, 2012
  11. Feb 01, 2012
  12. Jan 21, 2012
  13. Jan 18, 2012
  14. Mar 26, 2011
  15. Nov 24, 2010
  16. Aug 27, 2010
  17. Aug 25, 2010
  18. Aug 02, 2010
  19. May 05, 2010
  20. Feb 10, 2010
  21. Sep 03, 2009
  22. Aug 30, 2009
  23. 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
  24. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  25. May 11, 2009
  26. Apr 16, 2009
  27. Apr 04, 2009
  28. Feb 12, 2009
  29. 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
  30. Nov 17, 2008
  31. Nov 14, 2008
  32. Sep 15, 2008
  33. Jul 11, 2008
  34. Jul 10, 2008
  35. Jul 03, 2008
    • Christophe Geuzaine's avatar
      improved error handling for libGmsh: · 252c55a6
      Christophe Geuzaine authored
      - removed every "throw;", i.e., every throw that did not throw an actual exception.
        throw wihout args should ONLY be used in a catch{} to re-throw the same exception
        (for it to be handled in another catch clause)
      
      - introduced GmshMessage callback class so that clients can easily implement
        their own message handling (see example in driverOCC.cpp)
      252c55a6
  36. Jun 27, 2008
  37. Jun 22, 2008
  38. Jun 10, 2008
  39. 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
Loading