Skip to content
Snippets Groups Projects
  1. Jan 01, 2013
  2. Jun 18, 2012
  3. Apr 04, 2012
  4. Jan 21, 2012
  5. Nov 26, 2011
  6. Aug 03, 2011
  7. Jul 20, 2011
  8. Jun 09, 2011
  9. Mar 26, 2011
  10. Aug 26, 2010
  11. Aug 25, 2010
  12. Aug 03, 2010
  13. Mar 31, 2010
  14. Feb 10, 2010
  15. 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
  16. Mar 19, 2009
  17. Jan 30, 2009
  18. 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
  19. Nov 14, 2008
  20. Jul 11, 2008
  21. Jun 27, 2008
  22. May 06, 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. Feb 22, 2008
    • Christophe Geuzaine's avatar
      · d9c6ef4d
      Christophe Geuzaine authored
      api cleanup: use ByTag consistently (emphasises slowness of lookup)
      d9c6ef4d
  26. Feb 20, 2008
  27. Feb 17, 2008
  28. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  29. Nov 27, 2007
  30. Aug 02, 2007
    • Christophe Geuzaine's avatar
      · d9091914
      Christophe Geuzaine authored
      fix some of the demos + clarify some comments
      d9091914
  31. Jul 31, 2007
    • Christophe Geuzaine's avatar
      · c4b176e7
      Christophe Geuzaine authored
      cleanup previous commit + move "carve hole" routines in separate file
      c4b176e7
    • Christophe Geuzaine's avatar
      · be07d2f8
      Christophe Geuzaine authored
      Temporary fix for 'could not find extruded vertex' bug.
      
      This is a serious bug, which is related to the way we use std::set to
      search for points: cf. benchmark/bug/test_problem_point_set_search.cpp
      
      THIS PROBLEM IS ALSO PRESENT IN BDS. WE NEED TO FIND A BETTER FIX!
      be07d2f8
  32. May 24, 2007
    • Christophe Geuzaine's avatar
      · 9a061022
      Christophe Geuzaine authored
      enable new Delaunay for plane surfaces
      
      experimental: don't use it for now
      9a061022
  33. Mar 11, 2007
    • Christophe Geuzaine's avatar
      · 6ec04bdb
      Christophe Geuzaine authored
      - preliminary work to interface more parser functions with general
        GEntities
      
      - we can now export simple GModels as.geo files (points, straight line
        segments, plane surfaces, ruled surfaces and volumes are treated
        correctly; all non-straight-line curves are exported as splines; all
        non-plane/ruled surfaces are not exported)
      
      - tentative fix for the unv export problem reported on the mailing
        list (fprintf() buggy on some machines??)
      
      - new IO (both read and write) for structured grids using the NASA
        Plot3D format (for Olivier)
      6ec04bdb
  34. Feb 26, 2007
    • Christophe Geuzaine's avatar
      · 8381c872
      Christophe Geuzaine authored
      new boundary layer mesh generator
      
      refactored smooth value/smooth normal code into single SmoothData.* file
      8381c872
  35. Jan 22, 2007
    • Christophe Geuzaine's avatar
      · 4c118edf
      Christophe Geuzaine authored
      - fixed missing return value in OCCVertex::reparamOnFace
      
      - added code to highlight orphan entities (dave's idea)
      
      - added gui for incomplete second order elements
      
      - removed ugly static variables in 1d algo
      
      - made sure we remove all 2d order vertices before generating new ones
      4c118edf
  36. 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
  37. Dec 03, 2006
    • Christophe Geuzaine's avatar
      · c8b1b034
      Christophe Geuzaine authored
      print warning for now when extrusion mesh is not recombined
      c8b1b034
Loading