Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 802:f0532b9289b7 operator_storage_array_of_table
Remove d2.jl and D2 type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 25 Jul 2021 16:18:42 +0200 |
parents | 1a4b3aecf9e5 |
children | 1784b1c0af3e aa4875f9a530 |
comparison
equal
deleted
inserted
replaced
801:04e549669b10 | 802:f0532b9289b7 |
---|---|
2 | 2 |
3 using Sbplib.RegionIndices | 3 using Sbplib.RegionIndices |
4 using Sbplib.LazyTensors | 4 using Sbplib.LazyTensors |
5 using Sbplib.Grids | 5 using Sbplib.Grids |
6 | 6 |
7 @enum Parity begin | |
8 odd = -1 | |
9 even = 1 | |
10 end | |
11 | |
7 include("stencil.jl") | 12 include("stencil.jl") |
8 include("d2.jl") | |
9 include("readoperator.jl") | 13 include("readoperator.jl") |
10 include("volumeops/volume_operator.jl") | 14 include("volumeops/volume_operator.jl") |
11 include("volumeops/constant_interior_scaling_operator.jl") | 15 include("volumeops/constant_interior_scaling_operator.jl") |
12 include("volumeops/derivatives/second_derivative.jl") | 16 include("volumeops/derivatives/second_derivative.jl") |
13 include("volumeops/laplace/laplace.jl") | 17 include("volumeops/laplace/laplace.jl") |