Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1203:254934aac3f8 feature/dissipation_operators
Change name and clarify docs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 03 Feb 2023 10:05:52 +0100 |
parents | c89c6b63c7f4 |
children | 102ebdaf7c11 |
comparison
equal
deleted
inserted
replaced
1162:62aaed9cf76b | 1203:254934aac3f8 |
---|---|
17 export Laplace | 17 export Laplace |
18 export laplace | 18 export laplace |
19 export normal_derivative | 19 export normal_derivative |
20 export first_derivative | 20 export first_derivative |
21 export second_derivative | 21 export second_derivative |
22 export undivided_dissipation | 22 export undivided_skewed04 |
23 | 23 |
24 using Sbplib.RegionIndices | 24 using Sbplib.RegionIndices |
25 using Sbplib.LazyTensors | 25 using Sbplib.LazyTensors |
26 using Sbplib.Grids | 26 using Sbplib.Grids |
27 | 27 |