Skip to content
Snippets Groups Projects
  1. Nov 19, 2008
  2. Nov 17, 2008
  3. Nov 14, 2008
  4. Nov 08, 2008
  5. Nov 06, 2008
  6. Oct 29, 2008
  7. Oct 25, 2008
  8. Oct 20, 2008
  9. Oct 13, 2008
  10. Oct 12, 2008
    • Christophe Geuzaine's avatar
      · 0a562b5f
      Christophe Geuzaine authored
      - fixed missing getShapeFunction/getGradShapeFunction + return all sf
        at once so we can implement MElement in term of these consistently
        (w or w/o FunctionSpace)
      
      - can now merge multiple meshes and remove duplicate mesh vertices
        (useful e.g. when merging several STLs)
      
      - added easy interface to create model-based postpro datasets on the
        fly + use this for mesh quality stats
      0a562b5f
  11. Oct 08, 2008
  12. Sep 26, 2008
  13. Sep 11, 2008
  14. Sep 10, 2008
  15. Sep 08, 2008
  16. Aug 29, 2008
  17. Aug 28, 2008
  18. Aug 27, 2008
  19. Aug 26, 2008
  20. Aug 25, 2008
  21. Aug 13, 2008
  22. 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
  23. Aug 11, 2008
  24. Jul 18, 2008
  25. Jul 17, 2008
  26. 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
  27. Jul 14, 2008
  28. Jul 11, 2008
  29. Jul 10, 2008
  30. Jul 08, 2008
  31. 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
  32. Jun 27, 2008
  33. Jun 20, 2008
  34. Jun 10, 2008
Loading