From 7f56d423b11b2f34f453acf018e30cb3c163afd5 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 29 Apr 1999 17:39:53 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@1226 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Todo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index 4c8889e427..c7155fdce9 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -22,4 +22,8 @@ Let dSMatrixStruct be derived from Subscriptor and let the dSMatrix Use memcpy in dSMatrix::copy_from instead of elementwise copying. - This should yield a significant speed-up. \ No newline at end of file + This should yield a significant speed-up. + + +Make ILU decomposition faster by following the comment in the + innermost loop (about the better use of the index j). \ No newline at end of file -- 2.39.5