Skip to content
Snippets Groups Projects
  1. Jun 13, 2010
  2. Jun 11, 2010
  3. Jun 04, 2010
  4. Jun 03, 2010
  5. Jun 02, 2010
  6. May 21, 2010
  7. May 19, 2010
  8. May 17, 2010
  9. May 05, 2010
  10. Apr 02, 2010
  11. Mar 31, 2010
  12. Mar 27, 2010
  13. Mar 20, 2010
  14. Mar 12, 2010
  15. Mar 10, 2010
  16. Mar 09, 2010
  17. Mar 01, 2010
  18. Feb 15, 2010
  19. Feb 10, 2010
  20. Jan 26, 2010
  21. Jan 20, 2010
  22. Jan 16, 2010
    • Christophe Geuzaine's avatar
      · b19eadb4
      Christophe Geuzaine authored
      pretty please do not just "throw;" when you don't know what to do
      
      + constify MElement some more
      
      b19eadb4
  23. Jan 06, 2010
    • Christophe Geuzaine's avatar
      ghost cells, take three -- ghost cells are now fully functional (for · 174c2296
      Christophe Geuzaine authored
      single file IO)
      
      TWO BIG WARNINGS:
      
      1) The MSH file version has been bumped from 2.1 to 2.2 because if a
      mesh has partitions, the meaning of the tags has changed. Tag 3 used
      to be the partition id; now tag 3 contains the number of partitions
      (self+ghosts, if necessary), and the next tag(s) contain(s) the
      partition(s) id(s). Ghost partitions have < 0 ids. The (new) default
      behaviour is to not save partition numbers by default if there are
      none.
      
      2) There is an issue for split-file IO (one file per partition), due
      to our on-the-fly renumbering of the elements (we would need a global
      pass+store an inverse multimap to have the correct ghost element
      numbers in a split-file scheme). The problem comes from the multiple
      physicals -> multiple copies of the same MElement* in the MSH file +
      our refusal to store an index in MElement. We need to discuss this
      before we implement split-file IO in parallel...
      
      
      
      PS -- I also changed the way we write binary files. We now save blobs
      of single elements. This is fully compatible with old versions, but
      might slow down reading large files. I did not see any performance hit
      on my machine, but this should be tested more thoroughly. Third party
      codes can still write larger binary blobs if they want to, but Gmsh
      itself now writes small blobs, which makes the writeMSH routine much
      simpler.
      
      
      174c2296
  24. Dec 08, 2009
  25. Nov 13, 2009
  26. Oct 03, 2009
  27. Oct 02, 2009
  28. Sep 19, 2009
  29. Sep 17, 2009
  30. Sep 14, 2009
  31. Sep 10, 2009
  32. Sep 03, 2009
  33. Aug 27, 2009
    • Christophe Geuzaine's avatar
      · a9db9bda
      Christophe Geuzaine authored
      make MElement and MVertex thread-safe by guarding _globalNum
      a9db9bda
  34. 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
  35. Jul 16, 2009
  36. Jun 30, 2009
    • Christophe Geuzaine's avatar
      · 2258e9ee
      Christophe Geuzaine authored
      call setVolumePositive() in all ::writeXXX() functions
      2258e9ee
  37. Jun 28, 2009
  38. Jun 22, 2009
Loading