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
2a22685d
Commit
2a22685d
authored
Aug 20, 2020
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
32f83365
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
DG_Approximation.py
+1
-9
1 addition, 9 deletions
DG_Approximation.py
Initial_Condition.py
+1
-0
1 addition, 0 deletions
Initial_Condition.py
Troubled_Cell_Detector.py
+1
-1
1 addition, 1 deletion
Troubled_Cell_Detector.py
with
3 additions
and
10 deletions
DG_Approximation.py
+
1
−
9
View file @
2a22685d
...
...
@@ -6,33 +6,25 @@ Plotter:
TODO: Contemplate using Seaborn instead of matplotlib
TODO: Check whether details work/why not -> Rework Figure 4
TODO: Rewrite reshaping in plot methods
TODO: Figure out difference between exact solution and initial projection
\
-> Done (one sums over degree the other over eval_points)
TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible
TODO: Combine initial projection and approx solution somehow
TODO: Rename time (easily confused with module of same name)
\
-> Done (current_time)
TODO: Contemplate erasing inv_mass-matrix as it is identity -> Discuss
TODO: Investigate why we need inverse mass matrix for initial projection,
\
but not A and B
TODO: Investigate why there are no weights in approx calc
TODO: Use u_h from initial projection for NN input
\
-> Done (should be possible now)
TODO: Check whether tranposing is faster than vectorized access
\
-> Done (Not really but better structure)
TODO: Change transposing to vectorized access if feasible
TODO: Implement argument check for unpacking of all configs
TODO: Contemplate verbose = show_plot?
TODO: Change order of methods -> Done for Stability_Method
TODO: Investigate whether inheritance was handled correctly -> Done (?)
TODO: Change code to not include self. but global variables; NO, do private
\
or better protected instance variables instead
TODO: Find better names for A, B, anything pertaining Gauss
TODO: Write documentation for all methods
TODO: Add a verbose option
TODO: Check whether consistency is given/possible for each class instance
"""
import
numpy
as
np
from
sympy
import
Symbol
,
integrate
...
...
This diff is collapsed.
Click to expand it.
Initial_Condition.py
+
1
−
0
View file @
2a22685d
...
...
@@ -3,6 +3,7 @@
@author: Laura C. Kühle
TODO: Rename initial conditions -> Renamed returned names
"""
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Troubled_Cell_Detector.py
+
1
−
1
View file @
2a22685d
...
...
@@ -4,8 +4,8 @@
TODO: Check cutoff_factor/whether _is_troubled_cell works correctly
\
-> Discuss! -> Seems alright; check paper (Siegfried Müller, Nils Gerhard?)
"""
"""
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