Skip to content
Snippets Groups Projects
  1. Aug 27, 2009
    • Christophe Geuzaine's avatar
      · a9db9bda
      Christophe Geuzaine authored
      make MElement and MVertex thread-safe by guarding _globalNum
      a9db9bda
  2. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  3. Jul 16, 2009
  4. Jun 30, 2009
    • Christophe Geuzaine's avatar
      · 2258e9ee
      Christophe Geuzaine authored
      call setVolumePositive() in all ::writeXXX() functions
      2258e9ee
  5. Jun 28, 2009
  6. Jun 22, 2009
  7. May 15, 2009
    • Jean-François Remacle's avatar
      · 15f06981
      Jean-François Remacle authored
      added createtopologyFromMSH to create Topology from list of triangles
      15f06981
  8. Apr 15, 2009
  9. Mar 19, 2009
  10. Feb 07, 2009
  11. Jan 31, 2009
  12. Jan 30, 2009
  13. Jan 22, 2009
  14. 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
  15. 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
  16. Dec 23, 2008
  17. Dec 19, 2008
    • Christophe Geuzaine's avatar
      · d98c6e9e
      Christophe Geuzaine authored
      move integration routines to Numeric/
      d98c6e9e
  18. Dec 07, 2008
  19. Nov 27, 2008
  20. Nov 20, 2008
  21. Nov 19, 2008
  22. Nov 17, 2008
  23. Nov 14, 2008
  24. Nov 08, 2008
  25. Nov 06, 2008
  26. Oct 29, 2008
  27. Oct 25, 2008
  28. Oct 20, 2008
  29. Oct 13, 2008
  30. 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
  31. Oct 08, 2008
  32. Sep 26, 2008
  33. Sep 11, 2008
  34. Sep 10, 2008
  35. Sep 08, 2008
  36. Aug 29, 2008
Loading