Skip to content
Snippets Groups Projects
  1. May 11, 2013
  2. May 02, 2013
  3. Jan 01, 2013
  4. Dec 16, 2012
  5. Oct 31, 2012
  6. Sep 27, 2012
    • Christophe Geuzaine's avatar
      speed up large STEP/BRep import: · 2fac8ab1
      Christophe Geuzaine authored
      - removed all linear searches when creating OCC entities by using a cache in OCC_Internals
      - moved all getOCC*ByNativePtr into OCC_Internals
      
      Please test: this is quite an invasive change
      
      2fac8ab1
  7. Mar 26, 2012
  8. Mar 22, 2012
  9. Jan 21, 2012
  10. Nov 26, 2011
  11. Sep 21, 2011
  12. Mar 29, 2011
  13. Mar 26, 2011
  14. Nov 03, 2010
  15. Apr 23, 2010
  16. Feb 10, 2010
  17. 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
  18. Feb 15, 2009
  19. Jan 31, 2009
  20. Jan 30, 2009
  21. 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
  22. Jan 07, 2009
  23. 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
  24. 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
  25. Dec 01, 2008
  26. Nov 17, 2008
  27. Nov 14, 2008
  28. Nov 08, 2008
  29. Jul 26, 2008
  30. Jul 11, 2008
  31. Jul 04, 2008
  32. 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
  33. 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
  34. Mar 20, 2008
  35. Feb 23, 2008
  36. Feb 17, 2008
  37. Jan 30, 2008
  38. Jan 21, 2008
    • Christophe Geuzaine's avatar
      · 3e41822d
      Christophe Geuzaine authored
      API cleanup: removed unused functions
      3e41822d
Loading