Mercurial > repos > public > sbplib_julia
changeset 923:88bf50821cf5 feature/laplace_opset
Move exports to SbpOperators.jl
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 21 Feb 2022 13:11:17 +0100 |
parents | 0bf5952c240d |
children | 12e8e431b43c |
files | src/SbpOperators/SbpOperators.jl |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Sun Jan 30 13:00:18 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Mon Feb 21 13:11:17 2022 +0100 @@ -3,7 +3,6 @@ using Sbplib.RegionIndices using Sbplib.LazyTensors using Sbplib.Grids -using Sbplib.StaticDicts @enum Parity begin odd = -1 @@ -23,10 +22,13 @@ include("boundaryops/normal_derivative.jl") +export boundary_quadrature +export boundary_restriction export inner_product export inverse_inner_product -export boundary_restriction +export Laplace +export laplace export normal_derivative -export boundary_quadrature +export second_derivative end # module