- Sep 29, 2009
-
-
Markus Blatt authored
communication. Both Interface and BufferedCommunicator loose their template parameter. It was not needed and hindered the new implementation. Sorry for the inconvenience. Please change your code: Interface<IndexSet> -> Interface BufferedCommunicator<IndexSet> -> BufferedCommunicator [[Imported from SVN: r1084]]
-
- Sep 28, 2009
-
-
Markus Blatt authored
Please merge to release! [[Imported from SVN: r1083]]
-
Martin Nolte authored
I hope this is the correct of fixing this. Maybe Markus could take a short look on this... [[Imported from SVN: r1082]]
-
- Sep 26, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1081]]
-
Markus Blatt authored
repartitioning. Do not skip isolated nodes. (In parallel they might occur on coarser level due a not ideal data decomposition) [[Imported from SVN: r1080]]
-
- Sep 23, 2009
-
-
Markus Blatt authored
Made parallel SOR work with amg. [[Imported from SVN: r1079]]
-
- Sep 21, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1078]]
-
Markus Blatt authored
Adapt to interface change. [[Imported from SVN: r1077]]
-
Markus Blatt authored
Parallel AMG works on helics with repartitioning! matrixredistribute.hh : Ensure that overlap rows have the right entries matrixutils.hh : Added method to print a distributed sparse matrix amg.hh: initialize pointer with zero to prevent deallocation of nonallocated storage. hierarchy.hh: print operator complexity in verbose mode. transfer.hh: removed wrong assertions (yes, Index sets can have holes!) repartition.hh: Bugfix: Use the correct MPI datatype to unpack. (Unpacking a std::size_t using MPI_INT on 64 bit is not a good idea!) [[Imported from SVN: r1076]]
-
- Sep 18, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1075]]
-
- Sep 17, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1074]]
-
Markus Blatt authored
[[Imported from SVN: r1073]]
-
Markus Blatt authored
ParMETIS. (The additive version is not yet debugged!!!) Graph::maxVertex does what it says now Made index sets accessible in RemoteIndices class. Fixed some typos. [[Imported from SVN: r1072]]
-
Markus Blatt authored
[[Imported from SVN: r1071]]
-
- Sep 15, 2009
-
-
Markus Blatt authored
redistribute the matrix according to it. [[Imported from SVN: r1070]]
-
Markus Blatt authored
[[Imported from SVN: r1069]]
-
Markus Blatt authored
[[Imported from SVN: r1068]]
-
Markus Blatt authored
Both do not do any error checking. Introduced at method that does the same but checks for errors. [[Imported from SVN: r1067]]
-
- Sep 13, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1066]]
-
Markus Blatt authored
[[Imported from SVN: r1065]]
-
Markus Blatt authored
information. This needed whenever one wants to add new indices to the underlying index sets and does not want to recompute the remote index information. [[Imported from SVN: r1064]]
-
Markus Blatt authored
Please merge to release. [[Imported from SVN: r1063]]
-
- Sep 07, 2009
-
-
Markus Blatt authored
parameter is the global id. Additionally omit the second parameter as it is not needed. [[Imported from SVN: r1062]]
-
- Sep 04, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r1061]]
-
Markus Blatt authored
[[Imported from SVN: r1060]]
-
Markus Blatt authored
[[Imported from SVN: r1059]]
-
Markus Blatt authored
[[Imported from SVN: r1058]]
-
- Sep 01, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1057]]
-
Markus Blatt authored
[[Imported from SVN: r1056]]
-
Markus Blatt authored
calculate max distance correctly. neigbours method no visits the neighbour and counts them instead of just returning (0,0). (Fixes the rounding step for the aggregates.) [[Imported from SVN: r1055]]
-
- Jul 30, 2009
-
-
Markus Blatt authored
- Compiles with g++-4,4 now. Error was error: declaration of ‘Dune::SuperLUMatrix<Dune::BCRSMatrix<Dune::FieldMatrix<K, n, p>, TA> >& m’shadows template parm ‘int m’ Fixes flyspray #581 - Removed wrong assertion. One should not check whether the whole matrix is copied if one just copies a part of it. (Blame copy & paste) [[Imported from SVN: r1053]]
-
- Jul 29, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1052]]
-
- Jul 27, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r1049]]
-
- Jul 26, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1047]]
-
- Jul 23, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r1046]]
-
- Jul 22, 2009
-
-
Sven Marnach authored
The matrix type is also used for the ILU member variable, which is initialised with a copy of the matrix and then inclompletely LU decomposed. This member variable must not be const. [[Imported from SVN: r1045]]
-
- Jul 15, 2009
-
-
Markus Blatt authored
When initializing coarse aggregate number for visualization make sure that each number is used only once and number are consecutive from 0 but still randomly distributed. [[Imported from SVN: r1044]]
-
- Jul 14, 2009
-
-
Markus Blatt authored
Randomize coarsest aggregate numbers to get better contrast between aggregates. [[Imported from SVN: r1043]]
-
Markus Blatt authored
[[Imported from SVN: r1042]]
-
Markus Blatt authored
[[Imported from SVN: r1041]]
-