Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 968:997ea308aeca feature/laplace_opset
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 14 Mar 2022 15:53:11 +0100 |
parents | 365bc4e2a6a2 84ca744f2f06 |
children | f885e1de6dc4 1ba8a398af9c 99d1f5651d0b |
comparison
equal
deleted
inserted
replaced
966:365bc4e2a6a2 | 968:997ea308aeca |
---|---|
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 - [ ] 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. |
10 - [ ] Add a quick and simple way of running all tests for all subpackages. | |
11 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) | 10 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) |
12 - [ ] Use `@inferred` in a lot of tests. | 11 - [ ] Use `@inferred` in a lot of tests. |
13 - [ ] Make sure we are setting tolerances in tests in a consistent way | 12 - [ ] Make sure we are setting tolerances in tests in a consistent way |
14 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch | 13 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch |
15 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index | 14 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index |