From 1aa9000237f43a13343685386ba7a336e3a83585 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: Tue, 31 May 2022 13:48:03 +0200
Subject: [PATCH] Removed completed TODOs.

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

diff --git a/DG_Approximation.py b/DG_Approximation.py
index b41fdfb..0e58a69 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -7,16 +7,10 @@ TODO: Contemplate saving 5-CV split and evaluating models separately
 TODO: Contemplate separating cell average and reconstruction calculations
     completely
 TODO: Contemplate removing Methods section from class docstring
-TODO: Ask whether there is a difference between grid and mesh -> Done
-    (same, keep mesh)
 TODO: Contemplate containing the quadrature application for plots in Mesh
 TODO: Contemplate containing coarse mesh generation in Mesh
 
 Urgent:
-TODO: Introduce Mesh class
-    (mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.) -> Done
-TODO: Add property attribute for non-ghost cells in Mesh -> Done
-TODO: Replace mesh with Mesh class -> Done
 TODO: Put basis initialization for plots in function
 TODO: Contain cell length in mesh
 TODO: Contain bounds in mesh
-- 
GitLab