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
46b1f8f1
Commit
46b1f8f1
authored
3 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
64e74022
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Basis_Function.py
+0
-3
0 additions, 3 deletions
Basis_Function.py
DG_Approximation.py
+0
-5
0 additions, 5 deletions
DG_Approximation.py
with
0 additions
and
8 deletions
Basis_Function.py
+
0
−
3
View file @
46b1f8f1
...
...
@@ -2,9 +2,6 @@
"""
@author: Laura C. Kühle
TODO: Contemplate whether calculating projections during initialization can
save time -> Done (solved due to property attributes)
"""
import
numpy
as
np
from
sympy
import
Symbol
,
integrate
...
...
This diff is collapsed.
Click to expand it.
DG_Approximation.py
+
0
−
5
View file @
46b1f8f1
...
...
@@ -11,11 +11,6 @@ TODO: Contemplate moving stiffness and boundary matrix from update scheme
to basis
Urgent:
TODO: Investigate protected vs. public variables -> Done
TODO: Investigate decorators and properties -> Done
TODO: Investigate how to make variables read-only -> Done
TODO: Replace getter with property attributes for basis -> Done
TODO: Contain polynomial degree in basis -> Done
TODO: Improve docstring for Basis class
TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod)
TODO: Introduce Mesh 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