Mercurial > repos > public > sbplib_julia
changeset 163:766403c677b1 boundary_conditions
Add comment and sketch for automatic dimension expansion
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 21 May 2019 09:41:39 +0200 |
parents | be50c5e40121 |
children | 6b633624703a |
files | TensorMappings.jl |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r be50c5e40121 -r 766403c677b1 TensorMappings.jl --- a/TensorMappings.jl Tue May 21 09:40:17 2019 +0200 +++ b/TensorMappings.jl Tue May 21 09:41:39 2019 +0200 @@ -92,4 +92,9 @@ export → +# # Automatic dimension expansion? +# struct TensorOperator1dAd2d{T,I} <: TensorOperator{T,2} +# t::TensorOperator{T,1} +# end + end #module