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
f66587e3
Commit
f66587e3
authored
2 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Sorted TODOs.
parent
cdf9c9e7
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
Snakefile
+13
-8
13 additions, 8 deletions
Snakefile
with
13 additions
and
8 deletions
Snakefile
+
13
−
8
View file @
f66587e3
...
...
@@ -20,17 +20,18 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side,
limiting slope, basis, wavelet, etc.)
TODO: Discuss referencing info on SSPRK3
TODO: Discuss name for quadrature mesh (now: grid)
TODO: Contemplate using lambdify for basis
Urgent:
TODO: Move plot_approximation_results() into plotting script
TODO: Introduce env files for each SM rule
Critical, but not urgent:
TODO: Restructure 'calculate_approximate_solution()'
TODO: Rework Theoretical TCD for efficiency
TODO: Move mesh into separate file -> Done
TODO: Restructure 'calculate_approximate_solution()' -> Done (not needed)
TODO: Vectorize 'calculate_approximate_solution()' -> Done
TODO: Vectorize 'calculate_exact_solution()' -> Done
TODO: Rework Theoretical TCD for efficiency -> Done
TODO: Extract object initialization from DGScheme
TODO: Replace loops with list comprehension if feasible
TODO: Replace loops/list comprehension with vectorization if feasible
TODO: Replace loops with list comprehension if feasible
TODO: Rework ICs to allow vector input
TODO: Check whether 'projection' is always a ndarray
TODO: Check whether ghost cells are handled/set correctly
TODO: Enforce even number of ghost cells on each side on fine mesh (?)
...
...
@@ -40,7 +41,8 @@ TODO: Create g-mesh with Mesh class
TODO: Combine ANN workflows if feasible
TODO: Investigate profiling for speed up
Currently not critical:
Critical, but not urgent:
TODO: Introduce env files for each SM rule
TODO: Add an environment file for Snakemake
TODO: Rename files according to standard
TODO: Allow comparison between ANN training datasets
...
...
@@ -49,6 +51,9 @@ TODO: Add a default model state
TODO: Look into validators for variable checks
Not feasible yet or doc-related:
TODO: Move plot_approximation_results() into plotting script
TODO: Move plot_results() into plotting script
TODO: Move plot_evaluation_results() into plotting script
TODO: Enforce SM conventions (no direct access to config, order in rule, etc.)
TODO: Replace pop() with get() for dictionary access
TODO: Induce shift in IC class
...
...
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