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

Removed completed TODOs.

parent 317ab276
No related branches found
No related tags found
No related merge requests found
......@@ -20,22 +20,7 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
limiting slope, basis, wavelet, etc.)
TODO: Discuss referencing info on SSPRK3
TODO: Discuss why the left_factor is not subtracted for the second
discontinuity for the two-sided Heaviside -> Done (is correct)
TODO: Discuss order of addends for two-sided Heaviside -> Done (change)
TODO: Discuss whether to enforce positive shift in the two-sided Heaviside
-> Done (change)
TODO: Discuss reasoning behind minimum mesh size of 2^5 instead of 2^3 for
training data -> Done (closer to real application)
TODO: Discuss why basis degree can be as high as 6 if it is only defined up
to 4 so far -> Done (fine as we don't use wavelets)
TODO: Discuss whether domain other than [-1, 1] is in any way useful for
training -> Done (not)
Urgent:
TODO: Fix bug not using initial condition configs for training -> Done
TODO: Replace induce_adjustment() with margin -> Done
TODO: Rename 'adjustment' to 'shift' -> Done
TODO: Induce shift in IC class
TODO: Move plot_approximation_results() into plotting script
TODO: Improve file naming (e.g. use '.' instead of '__')
......@@ -50,7 +35,7 @@ TODO: Force input_size for each ANN model to be stencil length
TODO: Unify print commands (f vs no f)
TODO: Add method and error info to Mesh
TODO: Add use of discontinuity position to all ICs
TODO: Adjust definitions of each IC to be dependant on domain
TODO: Adjust definitions of each IC to be dependent on domain
TODO: Change maximum training degree to 6
TODO: Change minimum training mesh size to 2^5
TODO: Enforce shift to be positive for two-sided Heaviside
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment