Skip to content
Snippets Groups Projects
  1. Apr 23, 2010
  2. Apr 22, 2010
  3. Apr 09, 2010
  4. Apr 07, 2010
  5. Apr 05, 2010
    • Oliver Sander's avatar
      Use a VariableBlockVector instead of a BlockVector of BlockVectors to store the data. · 57acea0b
      Oliver Sander authored
      This makes the memory layout contiguous and removes one level of pointer indirection.
      Since the Matrix class is used by some as the element stiffness matrix we may expect
      some general speedup.  I didn't measure, though.  Further speedup may be possible
      by using the fact that all rows have the same length. This will need more programming,
      though.
      
      This fixes FS 623.
      
      
      
      [[Imported from SVN: r1193]]
      57acea0b
  6. Apr 04, 2010
  7. Apr 01, 2010
  8. Mar 26, 2010
  9. Mar 12, 2010
  10. Feb 23, 2010
  11. Feb 18, 2010
    • Markus Blatt's avatar
      BugFixes please merge to release. · 5c64dd58
      Markus Blatt authored
      Distribute matrixmarket.hh
      AMG: make x consistent even if there is only one level
      galerkin.hh: Initialize Matrixblock correctly
      splvers.hh: Always call pre mthod of the preconditioner _before_ using
      the operator. Thus x is consistent and the computed defect will be,
      too.
      matrixmarket.hh: use int instead of size_t as template parameter as
      this is the case for the FieldMatrix, too.
      
      [[Imported from SVN: r1179]]
      5c64dd58
  12. Feb 01, 2010
  13. Jan 30, 2010
  14. Jan 27, 2010
  15. Jan 26, 2010
    • Carsten Gräser's avatar
      include config.h · 97a24386
      Carsten Gräser authored
      [[Imported from SVN: r1167]]
      97a24386
    • Markus Blatt's avatar
      BugFix. · 620a15ff
      Markus Blatt authored
      Use MPIHelper instead of MPI directly. Should make make headercheck
      succeed even if MPI is not installed. 
      
      Merge to release to fix the autobuilds.
      
      [[Imported from SVN: r1166]]
      620a15ff
    • Martin Nolte's avatar
      no space allowed, here · 3e8feefb
      Martin Nolte authored
      [[Imported from SVN: r1165]]
      3e8feefb
  16. Jan 25, 2010
  17. Jan 23, 2010
  18. Jan 22, 2010
  19. Jan 20, 2010
  20. Jan 14, 2010
  21. Jan 12, 2010
Loading