Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
870:c4dd4ceb2d40 | 871:86776d06b883 |
---|---|
20 include("volumeops/inner_products/inverse_inner_product.jl") | 20 include("volumeops/inner_products/inverse_inner_product.jl") |
21 include("boundaryops/boundary_operator.jl") | 21 include("boundaryops/boundary_operator.jl") |
22 include("boundaryops/boundary_restriction.jl") | 22 include("boundaryops/boundary_restriction.jl") |
23 include("boundaryops/normal_derivative.jl") | 23 include("boundaryops/normal_derivative.jl") |
24 | 24 |
25 | |
26 export inner_product | |
27 export inverse_inner_product | |
28 export boundary_restriction | |
29 export normal_derivative | |
30 export boundary_quadrature | |
31 | |
25 end # module | 32 end # module |