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
46b5108e
Commit
46b5108e
authored
Sep 26, 2022
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Sorted TODOs.
parent
ad6ceb35
Branches
Branches containing commit
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
+19
-3
19 additions, 3 deletions
DG_Approximation.py
with
19 additions
and
3 deletions
DG_Approximation.py
+
19
−
3
View file @
46b5108e
...
...
@@ -20,12 +20,24 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
limiting slope, basis, wavelet, etc.)
TODO: Discuss referencing info on SSPRK3
TODO: Discuss adjusting Box to different interval -> Done (do)
TODO: Discuss adjusting FourPeakWave to different interval -> Done (do)
TODO: Discuss adjusting Heaviside to different interval -> Done (do)
TODO: Discuss whether x0 for DiscontinuousConstant is useful -> Done (is,
otherwise it is equal to one-sided Heaviside)
TODO: Discuss why the discontinuity position is only used for one-sided
Heaviside -> Done (add for all functions)
Urgent:
TODO: Change Heaviside random to uniform(-100, 100)
TODO: Introduce
'
training_data_mode
'
to allow forbidden mesh size during
training -> Done
TODO: Change Heaviside random to uniform(-100, 100) -> Done
TODO: Adjust Heaviside to have non-symmetric values (left- and right_value)
TODO: Give option to set discontinuity to cell boundary
TODO: Fix typo in LinearAbsolute
-> Done
TODO: Give option to set discontinuity to cell boundary -> Done
TODO: Fix typo in LinearAbsolute -> Done
TODO: Introduce middle_factor for two-sided Heaviside
TODO: Adjust polynomial degree for ANN Data Generator
TODO: Rename
'
adjustment
'
to
'
shift
'
TODO: Induce shift in IC class
TODO: Move plot_approximation_results() into plotting script
...
...
@@ -38,6 +50,10 @@ TODO: Unify use of 'mesh' and 'grid' in naming
TODO: Check sign change in stiffness matrix to accommodate negative wave speed
TODO: Check whether
'
projection
'
is always a ndarray
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
Critical, but not urgent:
TODO: Introduce env files for each SM rule
...
...
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