Skip to content
Snippets Groups Projects
  1. Oct 03, 2012
    • Oliver Sander's avatar
      Increase version to 3.9.1-patch9 · 94855e15
      Oliver Sander authored
      [[Imported from SVN: r8430]]
      v3.9.1-patch9
      94855e15
    • 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
  2. Sep 21, 2012
  3. Sep 20, 2012
  4. Aug 28, 2012
  5. Aug 21, 2012
  6. Mar 16, 2012
  7. Feb 20, 2012
  8. Feb 15, 2012
  9. Jan 26, 2012
  10. Jan 25, 2012
  11. Nov 11, 2011
  12. Mar 28, 2011
  13. Dec 16, 2010
  14. Nov 26, 2010
Loading