Skip to content
Snippets Groups Projects
  1. Jun 28, 2009
  2. May 30, 2009
  3. May 26, 2009
  4. May 19, 2009
  5. May 06, 2009
  6. Apr 30, 2009
    • Jean-François Remacle's avatar
      · 429dd402
      Jean-François Remacle authored
      added createTopology when Merging a MSH File and implemented discreteEdge
      429dd402
  7. Apr 01, 2009
  8. Mar 26, 2009
  9. Feb 27, 2009
  10. Feb 24, 2009
  11. Feb 07, 2009
    • Christophe Geuzaine's avatar
      · 172c4f26
      Christophe Geuzaine authored
      Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra
      stuff.
      172c4f26
  12. Feb 05, 2009
  13. Jan 31, 2009
  14. Jan 30, 2009
    • Christophe Geuzaine's avatar
      52884f9b
    • Christophe Geuzaine's avatar
      · 676a4194
      Christophe Geuzaine authored
      moved all string options to std::string
      
      *****************************************************************
      WARNING: this has the potential to break things in subtle ways...
               PLEASE TEST AND REPORT ANY WEIRDNESSES
      *****************************************************************
      676a4194
    • Christophe Geuzaine's avatar
      · 994aa8a2
      Christophe Geuzaine authored
      get string option would NEVER work! Ugly fix until will replace all const char*
      with std::strings in the options
      994aa8a2
  15. Jan 28, 2009
  16. 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
  17. Jan 04, 2009
  18. 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
  19. Dec 28, 2008
  20. Dec 06, 2008
  21. Nov 17, 2008
  22. Nov 14, 2008
  23. Nov 08, 2008
  24. Nov 06, 2008
  25. Nov 04, 2008
  26. Nov 03, 2008
    • Christophe Geuzaine's avatar
      · 5e38696c
      Christophe Geuzaine authored
      allow recombine, transfinite and embedding constraints on GModel entities
      in parser
      5e38696c
  27. Oct 20, 2008
  28. Oct 17, 2008
  29. 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
  30. Oct 09, 2008
Loading