comparison TODO.md @ 1734:2311f33b6bd3 cleanup

Delete submodule DiffOps
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 Sep 2024 20:42:41 +0200
parents 3e9c3986930d
children fe058a0ebd97
comparison
equal deleted inserted replaced
1733:ec5589090faa 1734:2311f33b6bd3
3 ## Organization 3 ## Organization
4 - [ ] Split up Notes.md in several files 4 - [ ] Split up Notes.md in several files
5 5
6 ## Coding 6 ## Coding
7 - [ ] Ändra namn på variabler och funktioner så att det följer style-guide 7 - [ ] Ändra namn på variabler och funktioner så att det följer style-guide
8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?)
9 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. 8 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation.
10 - [ ] Use `@inferred` in a lot of tests. 9 - [ ] Use `@inferred` in a lot of tests.
11 - [ ] Replace `@inferred` tests with a benchmark suite that automatically tests for regressions. 10 - [ ] Replace `@inferred` tests with a benchmark suite that automatically tests for regressions.
12 - [ ] Make sure we are setting tolerances in tests in a consistent way 11 - [ ] Make sure we are setting tolerances in tests in a consistent way
13 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index 12 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index