Skip to content
Snippets Groups Projects
  1. Nov 14, 2008
  2. Nov 06, 2008
  3. Oct 24, 2008
  4. Oct 18, 2008
  5. Oct 17, 2008
  6. Oct 15, 2008
  7. Aug 13, 2008
  8. Aug 08, 2008
  9. Jul 11, 2008
  10. Jul 04, 2008
  11. 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
  12. Jul 02, 2008
  13. Jul 01, 2008
  14. Jun 30, 2008
  15. Jun 03, 2008
  16. May 25, 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. Mar 23, 2008
  19. Mar 20, 2008
  20. Feb 22, 2008
    • Christophe Geuzaine's avatar
      · d9c6ef4d
      Christophe Geuzaine authored
      api cleanup: use ByTag consistently (emphasises slowness of lookup)
      d9c6ef4d
  21. Feb 21, 2008
  22. Feb 20, 2008
  23. Feb 17, 2008
  24. Feb 05, 2008
  25. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  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. Oct 14, 2007
  28. Sep 04, 2007
  29. Apr 23, 2007
    • Christophe Geuzaine's avatar
      · 5f1aa98d
      Christophe Geuzaine authored
      - new version of MED IO (Pascale Noyret)
      - moved OCCInternals class into separate header for Salome plugin (Pascale Noyret)
      5f1aa98d
  30. Feb 27, 2007
  31. Jan 18, 2007
    • Christophe Geuzaine's avatar
      · 5bc14f7d
      Christophe Geuzaine authored
      removed gobal meshSize in GMODEL: for now use CTX.lc, which is correctly
      updated when multiple files are merged
      5bc14f7d
  32. Jan 17, 2007
    • Christophe Geuzaine's avatar
      · 2dfb9307
      Christophe Geuzaine authored
      - new option Geometry.Tolerance (or -tol on the command line) to set the
      tolerance for the old CAD engine, for OCC healing and for STL import
      
      - removed more unused options
      2dfb9307
  33. 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
  34. Nov 29, 2006
  35. Nov 27, 2006
Loading