Skip to content
Snippets Groups Projects
Commit 2a22685d authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent 32f83365
Branches
No related tags found
No related merge requests found
......@@ -6,33 +6,25 @@ Plotter:
TODO: Contemplate using Seaborn instead of matplotlib
TODO: Check whether details work/why not -> Rework Figure 4
TODO: Rewrite reshaping in plot methods
TODO: Figure out difference between exact solution and initial projection \
-> Done (one sums over degree the other over eval_points)
TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible
TODO: Combine initial projection and approx solution somehow
TODO: Rename time (easily confused with module of same name) \
-> Done (current_time)
TODO: Contemplate erasing inv_mass-matrix as it is identity -> Discuss
TODO: Investigate why we need inverse mass matrix for initial projection, \
but not A and B
TODO: Investigate why there are no weights in approx calc
TODO: Use u_h from initial projection for NN input \
-> Done (should be possible now)
TODO: Check whether tranposing is faster than vectorized access \
-> Done (Not really but better structure)
TODO: Change transposing to vectorized access if feasible
TODO: Implement argument check for unpacking of all configs
TODO: Contemplate verbose = show_plot?
TODO: Change order of methods -> Done for Stability_Method
TODO: Investigate whether inheritance was handled correctly -> Done (?)
TODO: Change code to not include self. but global variables; NO, do private \
or better protected instance variables instead
TODO: Find better names for A, B, anything pertaining Gauss
TODO: Write documentation for all methods
TODO: Add a verbose option
TODO: Check whether consistency is given/possible for each class instance
"""
import numpy as np
from sympy import Symbol, integrate
......
......@@ -3,6 +3,7 @@
@author: Laura C. Kühle
TODO: Rename initial conditions -> Renamed returned names
"""
import numpy as np
......
......@@ -4,8 +4,8 @@
TODO: Check cutoff_factor/whether _is_troubled_cell works correctly \
-> Discuss! -> Seems alright; check paper (Siegfried Müller, Nils Gerhard?)
"""
"""
import numpy as np
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment