Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 23, 2008
    • Stefen Guzik's avatar
      · 62b352a6
      Stefen Guzik authored
      CGNS I/O rewrite - alpha version
      62b352a6
  3. Jul 11, 2008
  4. Jul 03, 2008
    • Christophe Geuzaine's avatar
      cleanup · bae6f935
      Christophe Geuzaine authored
      bae6f935
    • 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
  5. May 06, 2008
  6. Mar 29, 2008
    • Christophe Geuzaine's avatar
      · 5be5ad64
      Christophe Geuzaine authored
      ******************************
      *   WARNING - PLEASE TEST    *
      ******************************
      
      - changed I/O so that we NEVER change vertex number ids once a mesh has
      been generated (or loaded)
      
      - removed dataIndex from MVertex: stepData in PVewDataGModel now directly
      uses the vertex/element number ids. This can lead to increased memory
      use in corner cases (for which PViewDataList works fine, so it's not a
      big deal), but it is simpler and faster
      5be5ad64
  7. Mar 20, 2008
  8. Feb 24, 2008
    • Christophe Geuzaine's avatar
      · 3b3fb9d0
      Christophe Geuzaine authored
      introduce notion of entities in PViewData (in prepa for gmodel stuff)
      3b3fb9d0
  9. Feb 20, 2008
  10. Feb 18, 2008
  11. Feb 17, 2008
  12. Feb 16, 2008
  13. 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
  14. Oct 10, 2007
  15. Sep 21, 2007
    • Christophe Geuzaine's avatar
      · 77ac0b7e
      Christophe Geuzaine authored
      fix BDF small field export on Windows (apparently Windows does not conform
      to ANSI C and uses 3 digits in %e instead of 2)
      77ac0b7e
  16. Sep 04, 2007
  17. Jul 31, 2007
    • Christophe Geuzaine's avatar
      · c4b176e7
      Christophe Geuzaine authored
      cleanup previous commit + move "carve hole" routines in separate file
      c4b176e7
  18. Feb 03, 2007
    • Christophe Geuzaine's avatar
      · 09dd6cb2
      Christophe Geuzaine authored
      cleaned last gcc warnings
      
      tagging gmsh_2_0_0
      09dd6cb2
  19. Jan 28, 2007
    • Christophe Geuzaine's avatar
      · 5de3efe5
      Christophe Geuzaine authored
      - subclassing higher order vertices is not a good idea--it makes the
      identification hard in the I/O layer. So let's just store a char for
      the order like we did in the old versions
      
      - fixed license.texi and in License.cpp
      
      - removed unused GEntity::inClosure()
      5de3efe5
  20. Jan 26, 2007
    • Christophe Geuzaine's avatar
      · f78a08a8
      Christophe Geuzaine authored
      - nicer display of second order elements (don't draw internal edges)
      - nicer display of second order vertices (color like in 1.65)
      f78a08a8
  21. Nov 29, 2006
  22. Nov 27, 2006
  23. Nov 20, 2006
  24. Sep 22, 2006
    • Christophe Geuzaine's avatar
      · 9c25fefa
      Christophe Geuzaine authored
      - second order nodes on geometry by default
      - better min/max range computation for cut planes
      - more work on fourierModel
      9c25fefa
  25. Sep 10, 2006
    • Christophe Geuzaine's avatar
      · 8d679031
      Christophe Geuzaine authored
      - setParameter in MVertex
      - revert() for quad
      - minor cleanups in I/O code
      - start work on overlap mesh in fourierModel
      8d679031
  26. Sep 06, 2006
    • Christophe Geuzaine's avatar
      · 511e4625
      Christophe Geuzaine authored
      - start work on fourierModel
      - add support for pyramids in BDF (it's not in the official spec I have
        here, but all the files I found on the web use CPYRAM)
      511e4625
  27. Sep 03, 2006
    • Christophe Geuzaine's avatar
      · 51ec61f3
      Christophe Geuzaine authored
      - finished Nastran BDF implementation (read+write in all BDF formats:
        free field, small field & long field)
      - improved UNV and Medit import
      - added detection of bad vertex indices in all import routines
      - fixed bug in 2nd order quad constructor
      51ec61f3
  28. Aug 31, 2006
    • Christophe Geuzaine's avatar
      · 1b063ef2
      Christophe Geuzaine authored
      Added support (both read and write) for the Nastran Bulk Data File
      format (BDF).
      
      This might need some adjustments depending on what the actual spec
      is: I just reverse engineered some BDF files I found on the web :-)
      1b063ef2
  29. Aug 25, 2006
  30. Aug 20, 2006
    • Christophe Geuzaine's avatar
      · 1a62b35f
      Christophe Geuzaine authored
      reduce dependencies by putting the selection buffer stuff in its own file
      1a62b35f
    • Christophe Geuzaine's avatar
      · 93596920
      Christophe Geuzaine authored
      small cleanups + start rewriting 2nd order stuff
      93596920
  31. Aug 19, 2006
    • Christophe Geuzaine's avatar
      · 8a7d5708
      Christophe Geuzaine authored
      Implemented new binary MSH file format (both read and write).
      
      A 250Mb mesh file (6 million tetrahedra) is now read or written to disk in
      less than 10 seconds (on my powerbook's slow hard drive).
      8a7d5708
  32. Aug 15, 2006
  33. Aug 12, 2006
  34. Aug 07, 2006
Loading