Mercurial > repos > public > sbplib_julia
diff TODO.txt @ 284:0b8e041a1873 boundary_conditions
Change how range_size and domain_size work with BoundaryValues and NormalDerivative
Also add a whole bunch of questions and todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 18 Jun 2020 22:07:10 +0200 |
parents | 11010bb74260 |
children | 9c12d9eb38fd |
line wrap: on
line diff
--- a/TODO.txt Thu Jan 09 13:38:06 2020 +0100 +++ b/TODO.txt Thu Jun 18 22:07:10 2020 +0200 @@ -21,3 +21,13 @@ 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 + +## TODO 2020-06-18 + * Remove grid as a property of the Laplace tensor operator + * Add 1D operators (D1, D2, e, d ... ) as TensorOperators + * Move Laplace tensor operator to different package + * Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?) + * Decide: Should there be some kind of collection struct for SBP operators (as TensorOperators), providing easy access to all parts (D2, e, d , + H.. H_gamma etc.) + * Is "missing" a good value for unknown dimension sizes (of e*g for example) + * Formalize how range_size() and domain_size() are supposed to work in TensorMappings where dim(domain) != dim(range) (add tests or document)