Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1784:c5070edd0ebb feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 16 Sep 2024 09:53:29 +0200 |
parents | fe058a0ebd97 |
children |
comparison
equal
deleted
inserted
replaced
1782:614f731af685 | 1784:c5070edd0ebb |
---|---|
2 | 2 |
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 | |
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. | 7 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. |
10 - [ ] Use `@inferred` in a lot of tests. | |
11 - [ ] 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 | 8 - [ ] 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 | 9 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index |
14 - [ ] Clean up RegionIndices | 10 - [ ] Clean up RegionIndices |
15 1. [ ] Write tests for how things should work | 11 1. [ ] Write tests for how things should work |
16 2. [ ] Update RegionIndices accordingly | 12 2. [ ] Update RegionIndices accordingly |
17 3. [ ] Fix the rest of the library | 13 3. [ ] Fix the rest of the library |
18 Should getregion also work for getregion(::Colon,...) | 14 Should getregion also work for getregion(::Colon,...) |
19 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? | |
20 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. | 15 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. |
21 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) | 16 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) |
22 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe | 17 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe |
23 - [ ] Move export statements to top of each module | 18 - [ ] Move export statements to top of each module |
24 - [ ] Implement apply_transpose for | 19 - [ ] Implement apply_transpose for |