Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 343:e12c9a866513
Merge in missing file
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 25 Sep 2020 14:12:10 +0200 |
parents | 535f1bff4bcc |
children | de4746d6d126 |
comparison
equal
deleted
inserted
replaced
342:3c2238c681b5 | 343:e12c9a866513 |
---|---|
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 | 12 |
13 ## Other | |
14 - [ ] Add Vidar to the authors list | |
13 | 15 |
14 # Wrap up tasks | 16 # Wrap up tasks |
15 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen | 17 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen |
16 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck | 18 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck |
17 - [ ] Kolla att vi har @inline på rätt ställen | 19 - [ ] Kolla att vi har @inline på rätt ställen |