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
bcd08ee4
Commit
bcd08ee4
authored
2 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
13d87485
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
DG_Approximation.py
+0
-8
0 additions, 8 deletions
DG_Approximation.py
Troubled_Cell_Detector.py
+0
-11
0 additions, 11 deletions
Troubled_Cell_Detector.py
with
0 additions
and
19 deletions
DG_Approximation.py
+
0
−
8
View file @
bcd08ee4
...
@@ -20,12 +20,6 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
...
@@ -20,12 +20,6 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
limiting slope, basis, wavelet, etc.)
limiting slope, basis, wavelet, etc.)
TODO: Discuss referencing info on SSPRK3
TODO: Discuss referencing info on SSPRK3
TODO: Ask the meaning of the shifted bounds in Boxplot (Modified script)
-> Done (ignore for now)
TODO: Ask whether the indices for the wavelet calculation are i or i+1
-> Done (each cell is multiplied with left projection)
TODO: Ask why wavelet matrix has unset ghost cells -> Done (probably)
Urgent:
Urgent:
TODO: Fix indexing issue in wavelet coefficient calculation
TODO: Fix indexing issue in wavelet coefficient calculation
TODO: Enforce mesh with 2^n cells
TODO: Enforce mesh with 2^n cells
...
@@ -37,8 +31,6 @@ TODO: Induce shift in IC class
...
@@ -37,8 +31,6 @@ TODO: Induce shift in IC class
TODO: Give option to set discontinuity to cell boundary
TODO: Give option to set discontinuity to cell boundary
TODO: Fix typo in LinearAbsolute
TODO: Fix typo in LinearAbsolute
TODO: Introduce middle_factor for two-sided Heaviside
TODO: Introduce middle_factor for two-sided Heaviside
TODO: Adapt TCD from Soraya
(Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector) -> Done
TODO: Move plot_approximation_results() into plotting script
TODO: Move plot_approximation_results() into plotting script
TODO: Improve file naming (e.g. use
'
.
'
instead of
'
__
'
)
TODO: Improve file naming (e.g. use
'
.
'
instead of
'
__
'
)
TODO: Check whether ghost cells are handled/set correctly
TODO: Check whether ghost cells are handled/set correctly
...
...
This diff is collapsed.
Click to expand it.
Troubled_Cell_Detector.py
+
0
−
11
View file @
bcd08ee4
...
@@ -2,17 +2,6 @@
...
@@ -2,17 +2,6 @@
"""
"""
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Give option to choose from multiwavelet degrees (first, last or
highest magnitude) -> Done
TODO: Change method of calculating quartiles -> Done
TODO: Include overlapping cells in quartile calculation (if needed) -> Done
TODO: Determine max_value for Theoretical only over highest degree
-> Done (now optional)
TODO: Check if indexing in wavelets is correct -> Done
TODO: Combine get_cells() and _get_cells() -> Done
TODO: Check coarse_projection calculation for indexing errors -> Done
TODO: Adjust Boxplot approach (adjacent cells, outer fence, etc.) -> Done
"""
"""
from
abc
import
ABC
,
abstractmethod
from
abc
import
ABC
,
abstractmethod
import
numpy
as
np
import
numpy
as
np
...
...
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