Skip to content
Snippets Groups Projects
  1. Feb 08, 2012
  2. Jan 21, 2012
  3. Nov 26, 2011
  4. Nov 05, 2011
  5. Oct 12, 2011
  6. Oct 10, 2011
  7. Mar 26, 2011
  8. Jul 13, 2010
  9. Jun 16, 2010
  10. Jun 10, 2010
  11. Feb 10, 2010
  12. 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
  13. 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
  14. Nov 14, 2008
  15. Nov 05, 2008
  16. Sep 08, 2008
  17. Jul 11, 2008
  18. 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
  19. Jun 05, 2008
  20. 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
  21. Mar 20, 2008
  22. Feb 17, 2008
  23. Jan 30, 2008
  24. Jan 22, 2008
  25. Jan 20, 2008
  26. Jan 14, 2008
    • Jean-François Remacle's avatar
      Lots of 2d mesh improvements : · ee85a0be
      Jean-François Remacle authored
      	-) A bug has been corrected in the MeshAdapt Procedure
      	-) The 2D Delaunay is now Anisotropic
      	-) 3D Sliver removal procedure has been improved
      	-) Curvilinear mesh generation has been slightly improved,
      	   even if it is still far from done
      JFR
      ee85a0be
  27. Sep 04, 2007
  28. Jan 19, 2007
    • Christophe Geuzaine's avatar
      · e7538670
      Christophe Geuzaine authored
      - fixed infinite loop in edge loop creation (when the loop is wrong, just print
       a message and abort)
      
      - introduced options to control healing of OCC models
      e7538670
  29. Nov 27, 2006
  30. Nov 26, 2006
  31. Nov 20, 2006
  32. Nov 16, 2006
Loading