Skip to content
Snippets Groups Projects
  1. Nov 26, 2012
  2. Nov 07, 2012
  3. Nov 05, 2012
  4. Oct 23, 2012
  5. Oct 13, 2012
  6. Oct 04, 2012
  7. 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
  8. Sep 21, 2012
  9. Sep 20, 2012
  10. Aug 28, 2012
  11. Aug 21, 2012
  12. Mar 16, 2012
  13. Feb 20, 2012
  14. Feb 15, 2012
  15. Jan 26, 2012
  16. Jan 25, 2012
Loading