Skip to content
Snippets Groups Projects
Commit 46b1f8f1 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent 64e74022
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment