From 8a967c6fc15d1f24638c1d33234f04312c6d387c Mon Sep 17 00:00:00 2001
From: kronbichler
+ Changed: The implementation of the reordering algorithms in the boost
+ namespace created multiple edges between two nodes. The new implementation
+ submits not more than one edge, but that affects the ordering of the
+ degrees of freedom and deviates from previous behavior.
+
+ (Martin Kronbichler 2009/04/22)
+
Changed: The files implementing the class ConstraintMatrix are now @@ -617,12 +627,22 @@ inconvenience this causes.
+ Updated: The SparseMatrix::precondition_SSOR function was implemented
+ inefficiently. The new implementation uses about half the instruction
+ count and reduces execution times on typical applications by ten to
+ thirty percent.
+
+ (Martin Kronbichler 2009/04/21)
+
Updated: The SparseILU::vmult kernel has been re-written to use similar
data structures as SparseMatrix::vmult, which reduces the count of
- operations by one third and the execution times on typical problems by
- ten to twenty precent.
+ operations by one third and the execution times on typical applications
+ by ten to twenty percent.
(Martin Kronbichler 2009/04/16)