From 8f5ee95bacb919d72bdfd8155c141e6b54920ea6 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: Fri, 3 Jun 2022 15:15:28 +0200
Subject: [PATCH] Removed completed TODOs.

---
 DG_Approximation.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/DG_Approximation.py b/DG_Approximation.py
index 61d6741..136445e 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -13,15 +13,6 @@ TODO: Contemplate extracting boundary condition from InitialCondition
 TODO: Contemplate containing boundary condition in Mesh
 
 Urgent:
-TODO: Put basis initialization for plots in function -> Done
-TODO: Contain cell length in mesh -> Done
-TODO: Contain bounds in mesh -> Done
-TODO: Contain interval length in mesh -> Done
-TODO: Contain number of grid cells in mesh -> Done
-TODO: Create data dict for mesh separately -> Done
-TODO: Create data dict for basis separately -> Done
-TODO: Remove unnecessary instance variables from TCD -> Done
-TODO: Replace eval_points with mesh in do_initial_projection() -> Done
 TODO: Replace getter with property attributes for quadrature
 TODO: Remove use of DGScheme from ANN_Data_Generator
 TODO: Find error in centering for ANN training
-- 
GitLab