Skip to content
Snippets Groups Projects
  1. May 18, 2010
  2. Apr 23, 2010
  3. Mar 31, 2010
  4. Mar 21, 2010
  5. Mar 11, 2010
  6. Mar 01, 2010
  7. Feb 15, 2010
  8. Feb 10, 2010
  9. Oct 12, 2009
  10. Sep 19, 2009
  11. Aug 27, 2009
    • Christophe Geuzaine's avatar
      · 242fb5aa
      Christophe Geuzaine authored
      make divide & conquer thread-safe by encapsulating everything into the DocRecord class
      242fb5aa
  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. Jul 17, 2009
  14. Mar 30, 2009
  15. 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
  16. 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
  17. Nov 14, 2008
  18. Aug 12, 2008
    • Christophe Geuzaine's avatar
      * introduced new mesh element type "MPoint" · af259817
      Christophe Geuzaine authored
         1) this removes the asymmetry in all the routines involving mesh
            elements associated with points
      
         2) it makes it possible to use point-based datasets in the
            model-based post-processing module
      
        **********************************************************
          PLEASE TEST --- ESPECIALLY THE INPUT/OUTPUT ROUTINES!
        **********************************************************
      
      * made GModel::getEntities() more efficient and generalized its use
      af259817
  19. Jul 11, 2008
  20. Jul 10, 2008
  21. Jun 27, 2008
  22. Jun 07, 2008
  23. 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
  24. Mar 20, 2008
  25. Mar 01, 2008
    • Christophe Geuzaine's avatar
      airplane work: · 5564ebca
      Christophe Geuzaine authored
      * more work on gmodel post-pro
      * small cleanups in divide and conquer: reduce memory by removing unused
        voronoi, fix potential crashes in meshGFace, introduce basic class dealing
        with allocations to avoid messy malloc/free
      5564ebca
  26. Feb 21, 2008
  27. Feb 17, 2008
  28. Feb 05, 2008
  29. Jan 22, 2008
  30. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  31. Sep 04, 2007
  32. 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
  33. Jan 08, 2007
  34. Dec 01, 2006
  35. Nov 30, 2006
  36. Nov 27, 2006
  37. Nov 25, 2006
    • Christophe Geuzaine's avatar
      · e1fe26aa
      Christophe Geuzaine authored
      reduce POINT memory footprint (remove all unused stuff!)
      e1fe26aa
    • Christophe Geuzaine's avatar
      · bbfea7de
      Christophe Geuzaine authored
      bidir db: phase 3 -- move all the old geo stuff into Geo/
      bbfea7de
Loading