Skip to content
Snippets Groups Projects
  1. Oct 08, 2008
  2. Sep 26, 2008
  3. Sep 11, 2008
  4. Sep 10, 2008
  5. Sep 08, 2008
  6. Aug 29, 2008
  7. Aug 28, 2008
  8. Aug 27, 2008
  9. Aug 26, 2008
  10. Aug 25, 2008
  11. Aug 13, 2008
  12. 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
  13. Aug 11, 2008
  14. Jul 18, 2008
  15. Jul 17, 2008
  16. 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
  17. Jul 14, 2008
  18. Jul 11, 2008
  19. Jul 10, 2008
  20. Jul 08, 2008
  21. 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
  22. Jun 27, 2008
  23. Jun 20, 2008
  24. Jun 10, 2008
  25. Jun 05, 2008
  26. Jun 01, 2008
  27. May 19, 2008
  28. May 06, 2008
  29. 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
  30. Apr 23, 2008
  31. Mar 30, 2008
  32. 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
  33. Mar 23, 2008
  34. Mar 20, 2008
  35. Mar 19, 2008
    • Christophe Geuzaine's avatar
      · 344fb356
      Christophe Geuzaine authored
      added nodal interpolation functions & related stuff
      344fb356
Loading