Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1351:d7f29359b822
Merge refactor/grids
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 19 May 2023 23:53:36 +0200 |
parents | fa3695f634de |
children | 4684c7f1c4cb |
comparison
equal
deleted
inserted
replaced
1323:95cac1ee8476 | 1351:d7f29359b822 |
---|---|
1 # TODO | 1 # TODO |
2 | 2 |
3 ## Organization | |
4 - [ ] Split up Notes.md in several files | |
3 | 5 |
4 ## Coding | 6 ## Coding |
5 - [ ] Ä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 |
6 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) | 8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) |
7 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. | 9 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. |
24 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? | 26 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? |
25 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen | 27 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen |
26 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck | 28 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck |
27 - [ ] Kolla att vi har @inline på rätt ställen | 29 - [ ] Kolla att vi har @inline på rätt ställen |
28 - [ ] Profilera | 30 - [ ] Profilera |
31 | |
32 | |
33 ### Grids | |
34 | |
35 - [ ] Multiblock grids | |
36 - [ ] Periodic grids | |
37 - [ ] Grids with modified boundary closures | |
38 | |
39 | |
40 ### Benchmarks | |
41 - [ ] Benchmarks for all grid indexing (focused on allocation) | |
42 - [ ] Benchmarks for indexing of lazy grid functions | |
43 - [ ] Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange) |