- Dec 16, 2005
-
-
Markus Blatt authored
All tests should run through now again. [[Imported from SVN: r448]]
-
- Dec 14, 2005
-
-
Peter Bastian authored
for complex<T> now ... [[Imported from SVN: r447]]
-
Markus Blatt authored
matrix row. Compiles again and works for the sequential case. [[Imported from SVN: r446]]
-
- Dec 13, 2005
-
-
Christian Engwer authored
[[Imported from SVN: r445]]
-
Christian Engwer authored
[[Imported from SVN: r444]]
-
Christian Engwer authored
... well now my lib builds again and the test works aswell ... hope that's all ... [[Imported from SVN: r443]]
-
Markus Blatt authored
[[Imported from SVN: r442]]
-
Markus Blatt authored
This is needed as one wants to setup only those indices involved in the communication. First step in making AMG work with those smaller index sets. [[Imported from SVN: r441]]
-
Peter Bastian authored
changed include [[Imported from SVN: r440]]
-
Peter Bastian authored
renamed file [[Imported from SVN: r439]]
-
Markus Blatt authored
Testing still pending. [[Imported from SVN: r438]]
-
Christian Engwer authored
[[Imported from SVN: r437]]
-
Christian Engwer authored
[[Imported from SVN: r436]]
-
Christian Engwer authored
[[Imported from SVN: r435]]
-
- Dec 12, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r434]]
-
Christian Engwer authored
[[Imported from SVN: r433]]
-
Markus Blatt authored
Now Entries of a BlockVector can be communicated. [[Imported from SVN: r432]]
-
Christian Engwer authored
[[Imported from SVN: r431]]
-
Peter Bastian authored
[[Imported from SVN: r430]]
-
Peter Bastian authored
[[Imported from SVN: r429]]
-
Peter Bastian authored
level as template parameter. Defaults to 1, so nothing needs to be changed in existing code. [[Imported from SVN: r428]]
-
Oliver Sander authored
[[Imported from SVN: r427]]
-
Peter Bastian authored
[[Imported from SVN: r426]]
-
- Dec 10, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r425]]
-
- Dec 09, 2005
-
-
Peter Bastian authored
be changed). Contains all necessary methods now. [[Imported from SVN: r424]]
-
Markus Blatt authored
[[Imported from SVN: r423]]
-
Markus Blatt authored
http://hal.iwr.uni-heidelberg.de/flyspray/index.php?do=details&id=62 [[Imported from SVN: r422]]
-
Peter Bastian authored
[[Imported from SVN: r421]]
-
Markus Blatt authored
[[Imported from SVN: r420]]
-
Markus Blatt authored
IndexSets can be set later on via setIndexSets. [[Imported from SVN: r419]]
-
- Dec 08, 2005
-
-
Markus Blatt authored
[[Imported from SVN: r418]]
-
Peter Bastian authored
[[Imported from SVN: r417]]
-
Markus Blatt authored
[[Imported from SVN: r416]]
-
Markus Blatt authored
Now it can be used if the remote index lists where setup by hand. [[Imported from SVN: r415]]
-
- Dec 06, 2005
-
-
Oliver Sander authored
[[Imported from SVN: r414]]
-
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]]
-
- Nov 30, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r412]]
-
- Nov 28, 2005
-
-
Markus Blatt authored
[[Imported from SVN: r411]]
-
Markus Blatt authored
Dune::MatrixAdapter<BCRSMat,Vector,Vector> fop(mat); typedef Dune::Amg::MatrixHierarchy<BCRSMat,ParallelIndexSet> MHierarchy; typedef Dune::Amg::CoarsenCriterion<Dune::Amg::SymmetricCriterion<BCRSMat,Dune::Amg::FirstDiagonal> > Criterion; typedef Dune::SeqSSOR<BCRSMat,Vector,Vector> Smoother; typedef Dune::Amg::SmootherTraits<Smoother>::Arguments SmootherArgs; SmootherArgs smootherArgs; smootherArgs.iterations = 2; Criterion criterion(15,coarsenTarget); criterion.setMaxDistance(2); Dune::SeqScalarProduct<Vector> sp; typedef Dune::Amg::AMG<MHierarchy,Vector,Smoother> AMG; AMG amg(fop.getmat(), criterion, smootherArgs, 1, 1); [[Imported from SVN: r410]]
-
- Nov 18, 2005
-
-
Markus Blatt authored
[[Imported from SVN: r409]]
-