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
3aa7c76a
Commit
3aa7c76a
authored
4 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
cc2d79ea
No related branches found
No related tags found
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
Update_Scheme.py
+0
-2
0 additions, 2 deletions
Update_Scheme.py
with
0 additions
and
10 deletions
DG_Approximation.py
+
0
−
8
View file @
3aa7c76a
...
...
@@ -3,18 +3,10 @@
@author: Laura C. Kühle
Plotter:
TODO: Contemplate using Seaborn instead of matplotlib -> Done (used now)
TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible
TODO: Find better names for A, B, anything pertaining Gauss -> Done
TODO: Write documentation for all methods
TODO: Restructure Vectors_of_Polynomials -> Done
TODO: Rename Vectors_of_Polynomials -> Done (Basis_Function)
TODO: Contemplate how to make shock tubes comparable
TODO: Implement type check for all kwargs and configs -> Done (not recommended for Python)
TODO: Create a Conda environment with dependencies -> Done
"""
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Update_Scheme.py
+
0
−
2
View file @
3aa7c76a
...
...
@@ -2,8 +2,6 @@
"""
@author: Laura C. Kühle
TODO: Find better names for A, B, M1, and M2 -> Done
"""
import
numpy
as
np
import
timeit
...
...
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