From fb6f52c3c452279f3b82d8799cd31eb6743f6eed 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: Thu, 9 Mar 2023 13:33:10 +0100
Subject: [PATCH] Removed completed TODOs.

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

diff --git a/Snakefile b/Snakefile
index 968ea41..fd059c4 100644
--- a/Snakefile
+++ b/Snakefile
@@ -23,9 +23,6 @@ TODO: Contemplate allowing vector input for ICs
 TODO: Discuss how wavelet details should be plotted
 
 Urgent:
-TODO: Rename stiffness matrix to volume integral matrix -> Done
-TODO: Rename boundary matrix to flux matrix -> Done
-TODO: Change num_ghost_cells to be 1 for calc and 0 for other -> Done
 TODO: Move boundary condition to Mesh class
 TODO: Ensure exact solution is calculated in Equation class
 TODO: Extract objects from UpdateScheme
-- 
GitLab