diff TODO.md @ 607:5883e689cd3f refactor/toml_operator_format

Merge in default
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 05 Dec 2020 14:05:15 +0100
parents 8f9b3eac128a
children 8581610da4f1
line wrap: on
line diff
--- a/TODO.md	Sat Dec 05 13:58:43 2020 +0100
+++ b/TODO.md	Sat Dec 05 14:05:15 2020 +0100
@@ -9,11 +9,18 @@
  - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators
  - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation.
  - [ ] Add a quick and simple way of running all tests for all subpackages.
- - [ ] Replace getindex hack for flatteing tuples with flatten_tuple.
+ - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`)
  - [ ] Use `@inferred` in a lot of tests.
  - [ ] Make sure we are setting tolerances in tests in a consistent way
  - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch
- - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... för indecies and I for multi-index
+ - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... for indecies and I for multi-index
+ - [ ] Add boundschecking in TensorMappingApplication
+ - [ ] Start renaming things in LazyTensors
+ - [ ] Clean up RegionIndices
+    1. [ ] Write tests for how things should work
+    2. [ ] Update RegionIndices accordingly
+    3. [ ] Fix the rest of the library
+ - [ ] Add posibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`?
 
 ## Repo
  - [ ] Add Vidar to the authors list