comparison TODO.md @ 332:535f1bff4bcc

Add some notes and some todos
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Sep 2020 11:33:41 +0200
parents d705b397aa33
children de4746d6d126
comparison
equal deleted inserted replaced
331:c8bbb4a83518 332:535f1bff4bcc
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