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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
c6c21a11
Commit
c6c21a11
authored
2 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
2d16e0bc
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
+4
-6
4 additions, 6 deletions
DG_Approximation.py
with
4 additions
and
6 deletions
DG_Approximation.py
+
4
−
6
View file @
c6c21a11
...
...
@@ -21,19 +21,17 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
TODO: Discuss referencing info on SSPRK3
Urgent:
TODO: Fix indexing issue in wavelet coefficient calculation
TODO: Enforce mesh with 2^n cells
TODO: Enforce even number of ghost cells on each side on fine mesh (?)
TODO: Change heaviside random to uniform(-100, 100)
TODO: Change Heaviside random to uniform(-100, 100)
TODO: Adjust Heaviside to have non-symmetric values (left- and right_value)
TODO: Rename
'
adjustment
'
to
'
shift
'
TODO: Induce shift in IC class
TODO: Give option to set discontinuity to cell boundary
TODO: Fix typo in LinearAbsolute
TODO: Introduce middle_factor for two-sided Heaviside
TODO: Rename
'
adjustment
'
to
'
shift
'
TODO: Induce shift in IC class
TODO: Move plot_approximation_results() into plotting script
TODO: Improve file naming (e.g. use
'
.
'
instead of
'
__
'
)
TODO: Check whether ghost cells are handled/set correctly
TODO: Enforce even number of ghost cells on each side on fine mesh (?)
TODO: Unify use of
'
length
'
and
'
len
'
in naming
TODO: Unify use of
'
initial_condition
'
and
'
init_cond
'
in naming
TODO: Unify use of
'
mesh
'
and
'
grid
'
in naming
...
...
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