Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
283:12a12a5cd973 | 284:0b8e041a1873 |
---|---|
19 apply_quadrature? | 19 apply_quadrature? |
20 | 20 |
21 Just nu agerar apply_normal_derivative, apply_boundary_value på inte på v som | 21 Just nu agerar apply_normal_derivative, apply_boundary_value på inte på v som |
22 en vektor, utan randvärdet plockas ut utanför. Känns inte konsistent med övrig | 22 en vektor, utan randvärdet plockas ut utanför. Känns inte konsistent med övrig |
23 design | 23 design |
24 | |
25 ## TODO 2020-06-18 | |
26 * Remove grid as a property of the Laplace tensor operator | |
27 * Add 1D operators (D1, D2, e, d ... ) as TensorOperators | |
28 * Move Laplace tensor operator to different package | |
29 * Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?) | |
30 * Decide: Should there be some kind of collection struct for SBP operators (as TensorOperators), providing easy access to all parts (D2, e, d , | |
31 H.. H_gamma etc.) | |
32 * Is "missing" a good value for unknown dimension sizes (of e*g for example) | |
33 * Formalize how range_size() and domain_size() are supposed to work in TensorMappings where dim(domain) != dim(range) (add tests or document) |