diff TODO.md @ 650:784920c7c9cd feature/volume_and_boundary_operators

Update TODO
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 15 Jan 2021 14:10:20 +0100
parents 8581610da4f1
children 2a0b17adaf9e
line wrap: on
line diff
--- a/TODO.md	Fri Jan 15 14:09:53 2021 +0100
+++ b/TODO.md	Fri Jan 15 14:10:20 2021 +0100
@@ -6,7 +6,6 @@
 
 ## Coding
  - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?)
- - [ ] 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 flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`)