comparison TODO.md @ 966:365bc4e2a6a2 feature/laplace_opset

Add comment and todo on introducing a type StencilSet for dispatch
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 10:51:15 +0100
parents 52a0ebad0778
children 997ea308aeca
comparison
equal deleted inserted replaced
965:f7939de85980 966:365bc4e2a6a2
22 Should getregion also work for getregion(::Colon,...) 22 Should getregion also work for getregion(::Colon,...)
23 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? 23 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`?
24 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. 24 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages.
25 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) 25 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing)
26 - [ ] Move export statements to top of each module 26 - [ ] Move export statements to top of each module
27 - [ ] Add a type StencilSet for easier dispatch
27 28
28 ## Repo 29 ## Repo
29 - [ ] Rename repo to Sbplib.jl 30 - [ ] Rename repo to Sbplib.jl
30 31
31 # Wrap up tasks 32 # Wrap up tasks