Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 882:9098fc936776 feature/variable_derivatives
Add the coefficient as a part of the struct. Wrap tests in testsets
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 21 Jan 2022 09:20:58 +0100 |
parents | aa4875f9a530 |
children | f885e1de6dc4 |
comparison
equal
deleted
inserted
replaced
881:aa4875f9a530 | 882:9098fc936776 |
---|---|
6 | 6 |
7 @enum Parity begin | 7 @enum Parity begin |
8 odd = -1 | 8 odd = -1 |
9 even = 1 | 9 even = 1 |
10 end | 10 end |
11 | |
12 export closure_size | |
11 | 13 |
12 include("stencil.jl") | 14 include("stencil.jl") |
13 include("readoperator.jl") | 15 include("readoperator.jl") |
14 include("volumeops/volume_operator.jl") | 16 include("volumeops/volume_operator.jl") |
15 include("volumeops/constant_interior_scaling_operator.jl") | 17 include("volumeops/constant_interior_scaling_operator.jl") |