comparison TODO.md @ 1754:a48be81c9ffd feature/jet_aqua

Merge cleanup
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 13 Sep 2024 11:46:49 +0200
parents 2311f33b6bd3
children fe058a0ebd97
comparison
equal deleted inserted replaced
1753:c1ebc96961a2 1754:a48be81c9ffd
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