Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1650:8250cf5a3ce9 feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2024 12:42:28 +0200 |
parents | 19cdec9c21cb |
children | 3e9c3986930d |
comparison
equal
deleted
inserted
replaced
1644:e213bd857f3f | 1650:8250cf5a3ce9 |
---|---|
19 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? | 19 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? |
20 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. | 20 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. |
21 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) | 21 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) |
22 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe | 22 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe |
23 - [ ] Move export statements to top of each module | 23 - [ ] Move export statements to top of each module |
24 - [ ] Implement apply_transpose for | |
25 - [ ] ElementwiseTensorOperation | |
26 - [ ] VolumeOperator | |
27 - [ ] Laplace | |
24 | 28 |
25 | 29 |
26 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? | 30 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? |
27 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen | 31 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen |
28 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck | 32 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck |