Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
fc62a221
Commit
fc62a221
authored
Sep 29, 2022
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
317ab276
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DG_Approximation.py
+1
-16
1 addition, 16 deletions
DG_Approximation.py
with
1 addition
and
16 deletions
DG_Approximation.py
+
1
−
16
View file @
fc62a221
...
...
@@ -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 depend
a
nt on domain
TODO: Adjust definitions of each IC to be depend
e
nt 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment