-
- Downloads
Using template specialization I separated the parallel stuff of AMG
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: r3548]]
Showing
- istl/communicator.hh 1 addition, 1 deletionistl/communicator.hh
- istl/paamg/Makefile.am 1 addition, 1 deletionistl/paamg/Makefile.am
- istl/paamg/aggregates.hh 0 additions, 51 deletionsistl/paamg/aggregates.hh
- istl/paamg/amg.hh 36 additions, 45 deletionsistl/paamg/amg.hh
- istl/paamg/construction.hh 75 additions, 0 deletionsistl/paamg/construction.hh
- istl/paamg/galerkin.hh 54 additions, 27 deletionsistl/paamg/galerkin.hh
- istl/paamg/globalaggregates.hh 34 additions, 1 deletionistl/paamg/globalaggregates.hh
- istl/paamg/graphcreator.hh 27 additions, 15 deletionsistl/paamg/graphcreator.hh
- istl/paamg/hierarchy.hh 82 additions, 104 deletionsistl/paamg/hierarchy.hh
- istl/paamg/indicescoarsener.hh 79 additions, 28 deletionsistl/paamg/indicescoarsener.hh
- istl/paamg/pinfo.hh 229 additions, 0 deletionsistl/paamg/pinfo.hh
- istl/paamg/pmatrix.hh 30 additions, 33 deletionsistl/paamg/pmatrix.hh
- istl/paamg/renumberer.hh 1 addition, 1 deletionistl/paamg/renumberer.hh
- istl/paamg/test/amgtest.cc 15 additions, 20 deletionsistl/paamg/test/amgtest.cc
- istl/paamg/test/galerkintest.cc 15 additions, 13 deletionsistl/paamg/test/galerkintest.cc
- istl/paamg/test/hierarchytest.cc 8 additions, 6 deletionsistl/paamg/test/hierarchytest.cc
Loading
Please register or sign in to comment