From 8981d4b44fad5996581b36fc1c8625ed0928322b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?=
 <laura.kuehle@uni-duesseldorf.de>
Date: Wed, 9 Nov 2022 17:23:18 +0100
Subject: [PATCH] Removed completed TODOs.

---
 Snakefile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Snakefile b/Snakefile
index e3672dc..10e4ed1 100644
--- a/Snakefile
+++ b/Snakefile
@@ -22,21 +22,7 @@ TODO: Discuss referencing info on SSPRK3
 TODO: Discuss name for quadrature mesh (now: grid)
 TODO: Contemplate using lambdify for basis
 
-TODO: Ask why MinMod slope is only calculated from degree 1, not 0
-    -> Done (degree 0 is avg, not included in slope)
-TODO: Ask whether cell indexing for limiter is correct as was or is now
-    -> Done (old was wrong)
-
 Urgent:
-TODO: Rework ModifiedMinMod limiter for efficiency -> Done
-TODO: Vectorize '_set_cell_slope()' in MinMod -> Done
-TODO: Vectorize '_determine_modification()' in MinMod -> Done
-TODO: Rework limit masking to apply over array instead of cell -> Done
-TODO: Vectorize 'apply()' in MinMod -> Done
-TODO: Vectorize 'get_cells()' in ANN detector -> Done
-TODO: Vectorize '_calculate_wavelet_coeffs()' for wavelet detectors -> Done
-TODO: Vectorize '_calculate_coarse_projection()' for wavelet detectors -> Done
-TODO: Vectorize '_update_right_hand_side()' for SSPRK3 -> Done
 TODO: Vectorize '_reset()' for update scheme
 TODO: Vectorize 'plot_details()'
 TODO: Replace loops/list comprehension with vectorization if feasible
-- 
GitLab