Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1612:3887f41e1942 feature/boundary_conditions
Remove export of non-existing function
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sun, 09 Jun 2024 16:47:03 -0700 |
parents | 8315c456e3b4 |
children | de6300bd36cc 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1611:8ebcac8edd9d | 1612:3887f41e1942 |
---|---|
9 export parse_scalar | 9 export parse_scalar |
10 export parse_tuple | 10 export parse_tuple |
11 export sbp_operators_path | 11 export sbp_operators_path |
12 | 12 |
13 # Operators | 13 # Operators |
14 export boundary_quadrature | |
15 export boundary_restriction | 14 export boundary_restriction |
16 export inner_product | 15 export inner_product |
17 export inverse_inner_product | 16 export inverse_inner_product |
18 export Laplace | 17 export Laplace |
19 export laplace | 18 export laplace |