Skip to content
Snippets Groups Projects
  1. Jan 25, 2007
  2. Jan 18, 2007
  3. Jan 04, 2007
  4. Dec 21, 2006
    • Markus Blatt's avatar
      · 8031ce00
      Markus Blatt authored
      simplevector.hh is not there any more.
      
      [[Imported from SVN: r4825]]
      8031ce00
    • Markus Blatt's avatar
      · 0ef7591f
      Markus Blatt authored
      Solving was correct, too. 
      Unfortunately the the proposed solution of the test was wrong.
      
      [[Imported from SVN: r4824]]
      0ef7591f
    • Markus Blatt's avatar
      · defeaa26
      Markus Blatt authored
      Invertion works now.
      
      But there is still a bug in the solve method. I will fix this later
      this afternoon. be patient!
      
      [[Imported from SVN: r4823]]
      defeaa26
    • Markus Blatt's avatar
      · 1076375b
      Markus Blatt authored
      I think one should check prod instead of A here, shouldn't one?
      
      [[Imported from SVN: r4822]]
      1076375b
    • Oliver Sander's avatar
      Making the test more thorough. Inversion still fails · 421b5b42
      Oliver Sander authored
      [[Imported from SVN: r4819]]
      421b5b42
    • Markus Blatt's avatar
      Fixed pivoting issue in invert and solve. · 959bc72c
      Markus Blatt authored
      Reduced redundant code.
      
      Fixes Flyspray #223
      
      [[Imported from SVN: r4818]]
      959bc72c
  5. Dec 18, 2006
  6. Dec 13, 2006
  7. Dec 11, 2006
  8. Nov 30, 2006
  9. Nov 26, 2006
  10. Nov 21, 2006
    • Robert Klöfkorn's avatar
      fix of bug #203. · 3da3ac0d
      Robert Klöfkorn authored
      [[Imported from SVN: r4791]]
      3da3ac0d
    • Markus Blatt's avatar
      · 2c9c141b
      Markus Blatt authored
      Rely on MPI daemons being started.
      mpi start scripts not needed any more
      
      [[Imported from SVN: r4790]]
      2c9c141b
  11. Nov 17, 2006
  12. Nov 16, 2006
  13. Nov 15, 2006
  14. Nov 14, 2006
    • Markus Blatt's avatar
      BugFix. There were some <T> template qualifiers missing. · 296b270e
      Markus Blatt authored
      [[Imported from SVN: r4779]]
      296b270e
    • Markus Blatt's avatar
      · 116c25b1
      Markus Blatt authored
      Fixed a serious bug. (At least sum was not O.K. when working with an
      inout array. We really have to allocate an out array and copy the
      results.)
      
      Made mpicollectivecommunication more generic and reduced code duplication.
      
      There are to new functions (allreduce) than can be given a binary
      function (e. g. std::plus) representing the calculation.
      
      [[Imported from SVN: r4778]]
      116c25b1
    • Markus Blatt's avatar
      · f8f297e2
      Markus Blatt authored
      The collective operations now work with simple C arrays.
      
      [[Imported from SVN: r4777]]
      f8f297e2
  15. Nov 13, 2006
  16. Nov 06, 2006
  17. Nov 04, 2006
  18. Oct 26, 2006
    • Oliver Sander's avatar
      This patch removes the template metaprogramming for norms and the dot · 4104e4d5
      Oliver Sander authored
      product.  Measuring the impact on efficiency gave the same results
      as for the older TMP stuff.  When compiled with -O3 (g++ 4.1), there
      is no measurable speed difference between the old and the new code.
      That is so even though temporary variables had to be inserted.
      When compiling without optimization, the new code is faster,
      presumably because a standard for-loop is faster than a cascade
      of function calls.  Depending on your vector size, this speedup
      can be considerable!  For a six-entry FieldVector repeatly computing
      norms gets about 40% faster.
      
      This concludes FlySpray issue 46.
      
      [[Imported from SVN: r4759]]
      4104e4d5
    • Oliver Sander's avatar
      bugfix in exists() · a47001e3
      Oliver Sander authored
      [[Imported from SVN: r4758]]
      a47001e3
  19. Oct 25, 2006
  20. Oct 23, 2006
Loading