From aa148455b712a8f5370990b010df2ae52ebc88dc Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 30 Apr 2024 05:24:39 -0400 Subject: [PATCH] Updated todo list --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 5e8da5d1..d10d5793 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +i) Refine subspace with HDCG & recompute +ii) Block Lanczos in coarse space +iii) Batched block project in the operator computation + +------- + i) Clean up CoarsenedMatrix, GeneralCoarsenedMatrix, GeneralCoarsenedMatrixMultiRHS -- Ideally want a SINGLE implementation that does MultiRHS **AND** works with one RHS.