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
856b70fa
Commit
856b70fa
authored
2 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
59bef112
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Snakefile
+0
-23
0 additions, 23 deletions
Snakefile
with
0 additions
and
23 deletions
Snakefile
+
0
−
23
View file @
856b70fa
...
...
@@ -22,29 +22,6 @@ TODO: Contemplate using lambdify for basis
TODO: Contemplate allowing vector input for ICs
TODO: Discuss how wavelet details should be plotted
TODO: Ask after reasoning behind plotting approx for this specific Burgers case
-> Done (maybe related to final time being after shock occurs, check what
happens)
TODO: Ask what derivative basis represents -> Done (derivative of basis used
for stiffness matrix calculation; just derive from basis vector)
TODO: Ask after Dirichlet boundary setup -> Done (fixed value for all cells
outside boundary in both directions; should NOT affect real cells at all)
TODO: Ask after exact solution for different equations -> Done (in equation
class, then let's see)
TODO: Ask where Euler 1D exact solution comes from -> Done (known reference
solution calculated by Thea)
TODO: Discuss first calculating plotting data and then plotting in separate
step -> Done (no, because evaluation points might change)
TODO: Ask whether the option of multiple ghost cells has any potential use
cases -> Done (no)
TODO: Discuss necessary object dependencies -> Done (extract as many as
possible)
TODO: Contemplate extracting boundary condition from InitialCondition
-> Done (yes)
TODO: Contemplate containing boundary condition in Mesh -> Done (yes)
TODO: Discuss extracting all objects from UpdateScheme and giving equation as
input instead -> Done (yes, do it)
Urgent:
TODO: Rename stiffness matrix to volume integral matrix
TODO: Rename boundary matrix to flux matrix
...
...
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