Skip to content
Snippets Groups Projects
  1. Jul 04, 2010
  2. Jun 29, 2010
  3. Jun 26, 2010
    • Jorrit Fahlke's avatar
      [Buildsystem] Build the libraries in a hierarchical fashion. · ed1655f7
      Jorrit Fahlke authored
      This has the effect of not including libparutil.la in liblow?.la.  This is
      especially important without --enable-parallel, because in this case
      libparutil.la did reference stuff from libparallel.la, which was however not
      build.  Now libparutil is included in libparallel and they are both either
      build or not build.
      
      [[Imported from SVN: r8367]]
      ed1655f7
  4. Apr 22, 2010
  5. Apr 04, 2010
  6. Feb 16, 2010
  7. Jan 24, 2010
  8. Nov 30, 2009
    • Oliver Sander's avatar
      Reimplement the insertion of boundary lines in 3d grids. The old · 1b4687a3
      Oliver Sander authored
      algorithm was quadratic in the number of vertices, while the new
      one is linear.  Not surprisingly, this speeds up reading large grids
      a lot.  It appears to have been the last remaining quadratic algorithm
      used when setting up a std_domain, and reading of very large grids
      is now fast.
      
      [[Imported from SVN: r8362]]
      1b4687a3
  9. Nov 26, 2009
  10. Nov 20, 2009
  11. Nov 18, 2009
    • Oliver Sander's avatar
      The items in an environment heap directory are stored in a list. · 17107d6d
      Oliver Sander authored
      Previously, new items were appended to this list.  Since the end
      of the list is not stored this was an O(n) procedure. This patch
      changes the behavior such that new items are now inserted before
      the first item.  Hence insertion is now O(1), which is very 
      important to be able to read very large grids, because boundary
      segments are stored in the environment tree.
      
      Before inserting a new item the environment tree would also check whether
      an item with the same name was already present.  This was also
      an O(N) algorithm.  This check is now enabled only when 'Debug'
      is set.
      
      
      
      [[Imported from SVN: r8359]]
      17107d6d
  12. Oct 08, 2009
  13. Aug 16, 2009
  14. Jun 24, 2009
  15. Jun 04, 2009
  16. May 07, 2009
  17. May 06, 2009
  18. Apr 29, 2009
  19. Apr 06, 2009
  20. Apr 02, 2009
  21. Jan 05, 2009
  22. Dec 19, 2008
Loading