Skip to content
Snippets Groups Projects
  1. Apr 13, 2013
  2. Jan 01, 2013
  3. Nov 13, 2012
  4. Nov 06, 2012
  5. Apr 24, 2012
  6. Mar 05, 2012
  7. Jan 31, 2012
  8. Jan 21, 2012
  9. Oct 14, 2011
  10. Oct 10, 2011
  11. Aug 23, 2011
  12. Jun 09, 2011
  13. Mar 26, 2011
  14. Mar 07, 2011
  15. Jan 04, 2011
  16. Dec 20, 2010
  17. Nov 17, 2010
  18. Oct 02, 2010
  19. Sep 06, 2010
  20. Aug 25, 2010
  21. Aug 03, 2010
  22. Mar 31, 2010
  23. Mar 21, 2010
  24. Mar 01, 2010
  25. Feb 10, 2010
  26. Jan 29, 2010
  27. Jan 22, 2010
  28. Jan 11, 2010
  29. Jan 06, 2010
    • Jean-François Remacle's avatar
      Finished the DG formulation (diffusive BC's) · aaf4e0cc
      Jean-François Remacle authored
      Added Navier Stokes & 2 test cases in DG
      Added binary restart capabilities in DG
      Added mesh renumbering option (-renumber)@
      
      aaf4e0cc
    • 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
  30. Jan 05, 2010
  31. Jan 04, 2010
  32. Dec 14, 2009
  33. Dec 01, 2009
  34. Nov 18, 2009
Loading