Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 1047:d12ab8120d29 feature/first_derivative
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 23 Mar 2022 12:43:03 +0100 |
parents | 3031ce7a4999 |
children | 0e31b9901160 3bb94ce74697 b4ee47f2aafb |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Wed Mar 23 12:39:35 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Wed Mar 23 12:43:03 2022 +0100 @@ -1,5 +1,15 @@ module SbpOperators +# Stencil set +export StencilSet +export read_stencil_set +export get_stencil_set +export parse_stencil +export parse_scalar +export parse_tuple +export sbp_operators_path + +# Operators export boundary_quadrature export boundary_restriction export inner_product @@ -20,7 +30,7 @@ end include("stencil.jl") -include("readoperator.jl") +include("stencil_set.jl") include("volumeops/volume_operator.jl") include("volumeops/constant_interior_scaling_operator.jl") include("volumeops/derivatives/first_derivative.jl")