diff --git a/DG_Approximation.py b/DG_Approximation.py index 8c9e8cda152bf1b7c27c7d4d8a8c72ad97ba41ab..cd4bdeb6a3b60bcf4876a8b96613447c403ff1de 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -3,18 +3,10 @@ @author: Laura C. Kühle Plotter: -TODO: Contemplate using Seaborn instead of matplotlib -> Done (used now) - TODO: Double-check everything! TODO: Replace loops with list comprehension if feasible -TODO: Find better names for A, B, anything pertaining Gauss -> Done TODO: Write documentation for all methods - -TODO: Restructure Vectors_of_Polynomials -> Done -TODO: Rename Vectors_of_Polynomials -> Done (Basis_Function) TODO: Contemplate how to make shock tubes comparable -TODO: Implement type check for all kwargs and configs -> Done (not recommended for Python) -TODO: Create a Conda environment with dependencies -> Done """ import numpy as np diff --git a/Update_Scheme.py b/Update_Scheme.py index 171c0a21901619db575d954df929ea05894388ea..d21c09fdf39bc51a2660d63bc8ef97708e094568 100644 --- a/Update_Scheme.py +++ b/Update_Scheme.py @@ -2,8 +2,6 @@ """ @author: Laura C. Kühle -TODO: Find better names for A, B, M1, and M2 -> Done - """ import numpy as np import timeit