Skip to content
Snippets Groups Projects
  1. Jan 21, 2012
  2. Dec 27, 2011
    • Christophe Geuzaine's avatar
      · 042b23e9
      Christophe Geuzaine authored
      We should really clean up the mess that "reparamOnXXX" has become. Introducing one more horrible "haveParametrization()" member function to add to the general insanity :-)
      
      042b23e9
  3. Dec 08, 2011
  4. Oct 10, 2011
  5. Sep 08, 2011
  6. Mar 26, 2011
  7. Oct 15, 2010
  8. Jun 04, 2010
  9. May 21, 2010
  10. May 19, 2010
  11. May 01, 2010
  12. Apr 25, 2010
  13. Apr 23, 2010
  14. Mar 09, 2010
  15. Feb 18, 2010
  16. Feb 15, 2010
  17. Feb 10, 2010
  18. Sep 03, 2009
  19. Jun 17, 2009
    • Jean-François Remacle's avatar
      · f3109f61
      Jean-François Remacle authored
      Changed the return type of GetOBB from SOrientedBoundingBox* to SOrientedBoundingBox
      f3109f61
  20. Jun 15, 2009
  21. May 26, 2009
  22. May 01, 2009
  23. Feb 27, 2009
  24. 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
  25. Nov 08, 2008
  26. 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
  27. Aug 12, 2008
    • Christophe Geuzaine's avatar
      small fixes · 883a7a78
      Christophe Geuzaine authored
      883a7a78
    • 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
  28. Aug 05, 2008
  29. Jul 23, 2008
  30. Jul 11, 2008
  31. Jul 04, 2008
  32. 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
  33. Jun 12, 2008
  34. May 06, 2008
  35. Feb 24, 2008
    • Christophe Geuzaine's avatar
      · 3b3fb9d0
      Christophe Geuzaine authored
      introduce notion of entities in PViewData (in prepa for gmodel stuff)
      3b3fb9d0
Loading