comparison TODO.md @ 556:37a81dad36b9

Merge refactor/tensor_index_coupling
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 29 Nov 2020 21:18:45 +0100
parents ace46ca8513f
children 8f9b3eac128a
comparison
equal deleted inserted replaced
540:013ca4892540 556:37a81dad36b9
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. 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}` or probably better `I::Vararg{Any,R}`
14 - [ ] Use `@inferred` in a lot of tests. 13 - [ ] Use `@inferred` in a lot of tests.
15 - [ ] Make sure we are setting tolerances in tests in a consistent way 14 - [ ] Make sure we are setting tolerances in tests in a consistent way
16 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch 15 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch
16 - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... för indecies and I for multi-index
17 17
18 ## Repo 18 ## Repo
19 - [ ] Add Vidar to the authors list 19 - [ ] Add Vidar to the authors list
20 - [ ] Rename repo to Sbplib.jl 20 - [ ] Rename repo to Sbplib.jl
21 21