Skip to content
Snippets Groups Projects
  1. Dec 16, 2012
  2. Dec 10, 2012
  3. Dec 09, 2012
  4. Dec 05, 2012
  5. Dec 04, 2012
  6. Dec 02, 2012
    • Oliver Sander's avatar
      Register the Dune-only type data members with ddd. · c3760212
      Oliver Sander authored
      DDD needs to know about the structure of the data types it is
      supposed to transfer.  We never told it about the things we added
      when compiling for Dune.  This never seemed to cause any trouble,
      I guess because all Dune-only data is local anyway.
      This patch still adds the extra information.  You never know :-)
      
      [[Imported from SVN: r8439]]
      c3760212
  7. Nov 26, 2012
  8. Nov 07, 2012
  9. Nov 05, 2012
  10. Oct 23, 2012
  11. Oct 13, 2012
  12. Oct 04, 2012
  13. Oct 03, 2012
    • Oliver Sander's avatar
      Increase version to 3.9.1-patch9 · 94855e15
      Oliver Sander authored
      [[Imported from SVN: r8430]]
    • Oliver Sander's avatar
      Change behavior of the insertElement method · d062878d
      Oliver Sander authored
      InsertElement needs to find the neighbors of a newly inserted element.
      Previously, there were two methods: a linear (in time) method which
      needs preallocated memory, and a quadratic method with less memory
      requirements.  If the grid was small enough, then the linear
      algorithm was used, otherwise, it was the quadratic one.
      However, the quadratic one takes such a long time as to be effectively
      useless.  Hence this patch removes the quadratic algorithm.
      If there is not enough space for the linear algorithm, an error
      message is produced, which contains instructions on how to increase
      the available memory.
      
      [[Imported from SVN: r8429]]
      d062878d
  14. Sep 21, 2012
  15. Sep 20, 2012
Loading