Skip to content
Snippets Groups Projects
  1. Jun 26, 2009
  2. Jun 02, 2009
  3. Apr 28, 2009
  4. Apr 22, 2009
  5. Apr 15, 2009
  6. Mar 19, 2009
  7. Mar 16, 2009
  8. Mar 15, 2009
  9. Feb 07, 2009
    • Christophe Geuzaine's avatar
      · 172c4f26
      Christophe Geuzaine authored
      Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra
      stuff.
      172c4f26
  10. 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
  11. Nov 28, 2008
  12. Nov 27, 2008
  13. Nov 14, 2008
  14. Jul 11, 2008
  15. 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
  16. Jun 03, 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. Apr 17, 2008
  19. Apr 15, 2008
  20. Mar 30, 2008
  21. Mar 28, 2008
  22. Mar 27, 2008
  23. Mar 26, 2008
  24. Mar 25, 2008
  25. Mar 20, 2008
  26. Mar 18, 2008
  27. Mar 12, 2008
  28. Feb 21, 2008
  29. Feb 17, 2008
  30. Jan 22, 2008
  31. Jan 17, 2008
  32. 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
  33. Oct 10, 2007
  34. Sep 10, 2007
  35. Sep 05, 2007
  36. Sep 04, 2007
Loading