changeset 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 351937390162
children 67639b1c99ea efa39c38dfb3
files TODO.md
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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)`)