Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 318:0c8d4a734c4f
Add some todos and add a Notes.md file
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 10 Sep 2020 10:55:30 +0200 |
parents | |
children | 05ac7d7f9176 |
comparison
equal
deleted
inserted
replaced
317:75c61d927153 | 318:0c8d4a734c4f |
---|---|
1 # Notes | |
2 | |
3 ## Known size of range and domain? | |
4 It might be a good idea let tensormappings know the size of their range and domain as a constant. This probably can't be enforced on the abstract type but maybe we should write our difference operators this way. Having this as default should clean up the thinking around adjoints of boundary operators. It could also simplify getting high performance out of repeated application of regioned TensorMappings. |