Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/d2.jl @ 770:80d5717ad2f9 operator_storage_array_of_table
Add a note about deletion of D2
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 15 Jul 2021 00:18:55 +0200 |
parents | f13d45c10f55 |
children |
comparison
equal
deleted
inserted
replaced
769:0158c3fd521c | 770:80d5717ad2f9 |
---|---|
3 @enum Parity begin | 3 @enum Parity begin |
4 odd = -1 | 4 odd = -1 |
5 even = 1 | 5 even = 1 |
6 end | 6 end |
7 | 7 |
8 | |
9 # TBD: Can this be deleted when this branch is finished? | |
8 struct D2{T,M} | 10 struct D2{T,M} |
9 innerStencil::Stencil{T} | 11 innerStencil::Stencil{T} |
10 closureStencils::NTuple{M,Stencil{T}} | 12 closureStencils::NTuple{M,Stencil{T}} |
11 eClosure::Stencil{T} | 13 eClosure::Stencil{T} |
12 dClosure::Stencil{T} | 14 dClosure::Stencil{T} |