Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 606:8f9b3eac128a
Add a bunch of stuff to TODO.md and Notes.md
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Dec 2020 09:35:14 +0100 |
parents | ace46ca8513f |
children | 8581610da4f1 |
comparison
equal
deleted
inserted
replaced
590:0c6f8331c190 | 606:8f9b3eac128a |
---|---|
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. | 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) |
13 - [ ] Use `@inferred` in a lot of tests. | 13 - [ ] Use `@inferred` in a lot of tests. |
14 - [ ] 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 |
15 - [ ] 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 | 16 - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... for indecies and I for multi-index |
17 - [ ] Add boundschecking in TensorMappingApplication | |
18 - [ ] Start renaming things in LazyTensors | |
19 - [ ] Clean up RegionIndices | |
20 1. [ ] Write tests for how things should work | |
21 2. [ ] Update RegionIndices accordingly | |
22 3. [ ] Fix the rest of the library | |
23 - [ ] Add posibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? | |
17 | 24 |
18 ## Repo | 25 ## Repo |
19 - [ ] Add Vidar to the authors list | 26 - [ ] Add Vidar to the authors list |
20 - [ ] Rename repo to Sbplib.jl | 27 - [ ] Rename repo to Sbplib.jl |
21 | 28 |