Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 871:86776d06b883 feature/laplace_opset
REVIEW: Move export statements. Some to the top of the file and some to SbpOperators.jl since they seem more general
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 25 Jan 2022 08:19:02 +0100 |
parents | 1784b1c0af3e |
children | 88bf50821cf5 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Tue Jan 25 08:05:02 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Tue Jan 25 08:19:02 2022 +0100 @@ -22,4 +22,11 @@ include("boundaryops/boundary_restriction.jl") include("boundaryops/normal_derivative.jl") + +export inner_product +export inverse_inner_product +export boundary_restriction +export normal_derivative +export boundary_quadrature + end # module