Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1021:ee5a641a8277 feature/dissipation_operators
Add some tests and start implementing dissipation()
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Mar 2022 15:44:03 +0100 |
parents | 3f5137ce3aa1 |
children | 29ac38ba0744 |
comparison
equal
deleted
inserted
replaced
1020:3f5137ce3aa1 | 1021:ee5a641a8277 |
---|---|
7 export Laplace | 7 export Laplace |
8 export laplace | 8 export laplace |
9 export normal_derivative | 9 export normal_derivative |
10 export first_derivative | 10 export first_derivative |
11 export second_derivative | 11 export second_derivative |
12 export dissipation | |
12 | 13 |
13 using Sbplib.RegionIndices | 14 using Sbplib.RegionIndices |
14 using Sbplib.LazyTensors | 15 using Sbplib.LazyTensors |
15 using Sbplib.Grids | 16 using Sbplib.Grids |
16 | 17 |