Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 1045:0e31b9901160 feature/dissipation_operators
Merge refactor/sbpoperators/inflation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Mar 2022 22:11:11 +0100 |
parents | ed19c549c506 3031ce7a4999 |
children | c89c6b63c7f4 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Tue Mar 22 13:28:06 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Tue Mar 22 22:11:11 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 @@ -21,7 +31,7 @@ end include("stencil.jl") -include("readoperator.jl") +include("stencil_set.jl") include("volumeops/volume_operator.jl") include("volumeops/stencil_operator_distinct_closures.jl") include("volumeops/constant_interior_scaling_operator.jl")