- Oct 04, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r1095]]
-
- Oct 02, 2009
-
-
Markus Blatt authored
Make sure the global looku is setup! [[Imported from SVN: r1094]]
-
Markus Blatt authored
add mising inlcude Thank you very much Bård for providing this patch. I apologize for the caused inconvenience. [[Imported from SVN: r1093]]
-
- Oct 01, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1092]]
-
Markus Blatt authored
[[Imported from SVN: r1091]]
-
Oliver Sander authored
warn about missing Parmetis only if MPI is present. Why bother sequential programmers with information irrelevant to them? [[Imported from SVN: r1090]]
-
Markus Blatt authored
Fixes flyspray #613 [[Imported from SVN: r1089]]
-
Markus Blatt authored
Really aggregate isolated nodes. Correctly use all aggregates (isolated and connect) to compute coarsening rate! [[Imported from SVN: r1088]]
-
- Sep 30, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r1087]]
-
Markus Blatt authored
sending itself. [[Imported from SVN: r1086]]
-
Markus Blatt authored
interface. Otherwise the interface is plain wrong! [[Imported from SVN: r1085]]
-
- 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]]
-