Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 379:de4746d6d126
Add some notes and todos
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 30 Sep 2020 21:30:29 +0200 |
| parents | 535f1bff4bcc |
| children | 895ec483d741 1c41f4fd3e61 |
comparison
equal
deleted
inserted
replaced
| 378:946516954c85 | 379:de4746d6d126 |
|---|---|
| 7 ## Coding | 7 ## Coding |
| 8 - [ ] Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?) | 8 - [ ] Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?) |
| 9 - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators | 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. | 10 - [ ] 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. | 11 - [ ] Add a quick and simple way of running all tests for all subpackages. |
| 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. | |
| 13 - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` | |
| 14 - [ ] Use `@inferred` in a lot of tests. | |
| 12 | 15 |
| 13 ## Other | 16 ## Repo |
| 14 - [ ] Add Vidar to the authors list | 17 - [ ] Add Vidar to the authors list |
| 18 - [ ] Rename repo to Sbplib.jl | |
| 15 | 19 |
| 16 # Wrap up tasks | 20 # Wrap up tasks |
| 17 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen | 21 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen |
| 18 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck | 22 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck |
| 19 - [ ] Kolla att vi har @inline på rätt ställen | 23 - [ ] Kolla att vi har @inline på rätt ställen |
