Skip to content
Snippets Groups Projects
  1. Mar 29, 2011
  2. Mar 26, 2011
  3. Nov 03, 2010
  4. Apr 23, 2010
  5. Feb 10, 2010
  6. 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
  7. Feb 15, 2009
  8. Jan 31, 2009
  9. Jan 30, 2009
  10. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
  11. Jan 07, 2009
  12. 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
  13. Dec 23, 2008
    • Christophe Geuzaine's avatar
      · 8797da85
      Christophe Geuzaine authored
      removed parFromPoint and closestPoint from GEdge; replace their use in
      cgns code by appropriate reparamMeshVertex calls (not tested: I don't have
      cgns)
      
      removed now unused golden section minimizer (brent), now unused
      8797da85
  14. Dec 01, 2008
  15. Nov 17, 2008
  16. Nov 14, 2008
  17. Nov 08, 2008
  18. Jul 26, 2008
  19. Jul 11, 2008
  20. Jul 04, 2008
  21. 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
  22. 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
  23. Mar 20, 2008
  24. Feb 23, 2008
  25. Feb 17, 2008
  26. Jan 30, 2008
  27. Jan 21, 2008
    • Christophe Geuzaine's avatar
      · 3e41822d
      Christophe Geuzaine authored
      API cleanup: removed unused functions
      3e41822d
  28. Jan 20, 2008
  29. 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
  30. Dec 03, 2007
  31. Nov 26, 2007
  32. Nov 11, 2007
  33. Nov 04, 2007
  34. Oct 14, 2007
  35. Oct 08, 2007
    • Christophe Geuzaine's avatar
      · cb7d16a9
      Christophe Geuzaine authored
      make clear in docs that node/elemement tags should be > 0 (and not == 0)
      cb7d16a9
  36. Sep 04, 2007
  37. Feb 27, 2007
  38. Feb 03, 2007
Loading