Skip to content
Snippets Groups Projects
  1. Jul 17, 2008
  2. Jul 15, 2008
    • Stefen Guzik's avatar
      · bf297646
      Stefen Guzik authored
      Added static routine getInfoMSH - returns name and No. vertices for a
      MSH type
      bf297646
  3. Jul 14, 2008
  4. Jul 11, 2008
  5. Jul 10, 2008
  6. Jul 08, 2008
  7. 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
  8. Jun 27, 2008
  9. Jun 20, 2008
  10. Jun 10, 2008
  11. Jun 05, 2008
  12. Jun 01, 2008
  13. May 19, 2008
  14. May 06, 2008
  15. 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
  16. Apr 23, 2008
  17. Mar 30, 2008
  18. 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
  19. Mar 23, 2008
  20. Mar 20, 2008
  21. Mar 19, 2008
    • Christophe Geuzaine's avatar
      · 344fb356
      Christophe Geuzaine authored
      added nodal interpolation functions & related stuff
      344fb356
  22. Mar 18, 2008
  23. Feb 22, 2008
  24. Feb 21, 2008
  25. Feb 17, 2008
  26. Jan 22, 2008
  27. Jan 19, 2008
  28. 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
  29. Nov 26, 2007
  30. Nov 04, 2007
Loading