Skip to content
Snippets Groups Projects
  1. Jan 30, 2009
  2. Jan 22, 2009
  3. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
  4. 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
  5. Dec 23, 2008
  6. Dec 19, 2008
    • Christophe Geuzaine's avatar
      · d98c6e9e
      Christophe Geuzaine authored
      move integration routines to Numeric/
      d98c6e9e
  7. Dec 07, 2008
  8. Nov 27, 2008
  9. Nov 20, 2008
  10. Nov 19, 2008
  11. Nov 17, 2008
  12. Nov 14, 2008
  13. Nov 08, 2008
  14. Nov 06, 2008
  15. Oct 29, 2008
  16. Oct 25, 2008
  17. Oct 20, 2008
  18. Oct 13, 2008
  19. 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
  20. Oct 08, 2008
  21. Sep 26, 2008
  22. Sep 11, 2008
  23. Sep 10, 2008
  24. Sep 08, 2008
  25. Aug 29, 2008
  26. Aug 28, 2008
  27. Aug 27, 2008
  28. Aug 26, 2008
  29. Aug 25, 2008
  30. Aug 13, 2008
  31. 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
  32. Aug 11, 2008
  33. Jul 18, 2008
  34. Jul 17, 2008
  35. 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
  36. Jul 14, 2008
Loading