Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 650:784920c7c9cd feature/volume_and_boundary_operators
Update TODO
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 15 Jan 2021 14:10:20 +0100 |
parents | 8581610da4f1 |
children | 2a0b17adaf9e |
comparison
equal
deleted
inserted
replaced
649:351937390162 | 650:784920c7c9cd |
---|---|
4 - [ ] Ändra namn på variabler och funktioner så att det följer style-guide | 4 - [ ] Ändra namn på variabler och funktioner så att det följer style-guide |
5 - [ ] Skriv tester | 5 - [ ] Skriv tester |
6 | 6 |
7 ## Coding | 7 ## Coding |
8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) | 8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) |
9 - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators | |
10 - [ ] 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. |
11 - [ ] Add a quick and simple way of running all tests for all subpackages. | 10 - [ ] Add a quick and simple way of running all tests for all subpackages. |
12 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) | 11 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) |
13 - [ ] Use `@inferred` in a lot of tests. | 12 - [ ] Use `@inferred` in a lot of tests. |
14 - [ ] Make sure we are setting tolerances in tests in a consistent way | 13 - [ ] Make sure we are setting tolerances in tests in a consistent way |