Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 982:2a4f36aca2ea feature/variable_derivatives
Merge feature/variable_derivatives
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 15 Mar 2022 21:42:52 +0100 |
parents | f885e1de6dc4 ba023fc09961 |
children | 3bb94ce74697 |
comparison
equal
deleted
inserted
replaced
981:df562695b1b5 | 982:2a4f36aca2ea |
---|---|
5 export inner_product | 5 export inner_product |
6 export inverse_inner_product | 6 export inverse_inner_product |
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 second_derivative | 11 export second_derivative |
11 | 12 |
12 using Sbplib.RegionIndices | 13 using Sbplib.RegionIndices |
13 using Sbplib.LazyTensors | 14 using Sbplib.LazyTensors |
14 using Sbplib.Grids | 15 using Sbplib.Grids |
22 | 23 |
23 include("stencil.jl") | 24 include("stencil.jl") |
24 include("readoperator.jl") | 25 include("readoperator.jl") |
25 include("volumeops/volume_operator.jl") | 26 include("volumeops/volume_operator.jl") |
26 include("volumeops/constant_interior_scaling_operator.jl") | 27 include("volumeops/constant_interior_scaling_operator.jl") |
28 include("volumeops/derivatives/first_derivative.jl") | |
27 include("volumeops/derivatives/second_derivative.jl") | 29 include("volumeops/derivatives/second_derivative.jl") |
28 include("volumeops/derivatives/second_derivative_variable.jl") | 30 include("volumeops/derivatives/second_derivative_variable.jl") |
29 include("volumeops/laplace/laplace.jl") | 31 include("volumeops/laplace/laplace.jl") |
30 include("volumeops/inner_products/inner_product.jl") | 32 include("volumeops/inner_products/inner_product.jl") |
31 include("volumeops/inner_products/inverse_inner_product.jl") | 33 include("volumeops/inner_products/inverse_inner_product.jl") |