Skip to content
Snippets Groups Projects
  1. Jan 18, 2024
  2. Sep 30, 2022
  3. Mar 16, 2021
  4. Jan 09, 2018
  5. Feb 04, 2014
  6. Jan 28, 2013
  7. May 13, 2011
  8. Nov 24, 2010
  9. Sep 10, 2010
  10. Aug 15, 2010
  11. Oct 13, 2009
  12. Sep 04, 2009
  13. Sep 10, 2008
  14. Jul 13, 2008
  15. Mar 16, 2007
  16. May 01, 2006
  17. Mar 27, 2006
  18. Feb 15, 2006
  19. Feb 09, 2006
  20. Jan 18, 2006
  21. Jan 13, 2006
  22. Jan 11, 2006
  23. Dec 14, 2005
  24. Dec 13, 2005
  25. Dec 06, 2005
    • Markus Blatt's avatar
      Using template specialization I separated the parallel stuff of AMG · cd3712cb
      Markus Blatt authored
      from the sequential version.
      
      It is now possible to use a purely sequential version of AMG by using
      the MatrixAdapter as Operator and SequentialInformation instead of
      ParallelInformation. In this case now IndexSets, RemoteIndices and
      other stuff needed for communication are created and used. Thus there
      is now memory overhead.
      
      TODO: MPI is still needed to compile AMG. For the stable version it
      should be possible to compile AMG even if MPI is not present.
      
      [[Imported from SVN: r413]]
      cd3712cb
  26. Oct 04, 2005
  27. Jul 28, 2005
Loading