diff TODO.md @ 320:d705b397aa33

Clean up Notes.md and TODO.md
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 10 Sep 2020 11:03:22 +0200
parents 05ac7d7f9176
children 535f1bff4bcc
line wrap: on
line diff
--- a/TODO.md	Thu Sep 10 10:56:31 2020 +0200
+++ b/TODO.md	Thu Sep 10 11:03:22 2020 +0200
@@ -8,15 +8,10 @@
  - [ ] Add new Laplace opertor 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.
- - [ ] Use traits like IndexStyle, IndexLinear, IndexCartesian to differentiate
-    TensorMappings that are flexible in size and those that are fixed in size
- - [ ] Use traits for symmetric tensor mappings such that apply_transpoe = apply for all such mappings
- - [x] Move Laplace tensor operator to different package
- - [x] Remove grid as a property of the Laplace tensor operator
- - [ ] Update how dependencies are handled for tests. This was updated in Julia v1.2 and would allow us to use test specific dev packages.
+ - [ ] Add a quick and simple way of running all tests for all subpackages.
 
-# Wrap up task
 
+# Wrap up tasks
  - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen
  - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck
  - [ ] Kolla att vi har @inline på rätt ställen
@@ -31,6 +26,4 @@
 apply_quadrature?
 
 Just nu agerar apply_normal_derivative, apply_boundary_value på inte på v som
-en vektor, utan randvärdet plockas ut utanför. Känns inte konsistent med övrig
-design
-
+en vektor, utan randvärdet plockas ut utanför. Känns inte konsistent med övrig design.