comparison src/SbpOperators/SbpOperators.jl @ 951:66e8faf4bb4b feature/laplace_opset

Reviwe: Some more comments
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 14 Mar 2022 08:25:11 +0100
parents 88bf50821cf5
children 52a0ebad0778
comparison
equal deleted inserted replaced
950:97e9a8337a86 951:66e8faf4bb4b
28 export inverse_inner_product 28 export inverse_inner_product
29 export Laplace 29 export Laplace
30 export laplace 30 export laplace
31 export normal_derivative 31 export normal_derivative
32 export second_derivative 32 export second_derivative
33 # REVIEW: Should the exports be placed here or at the top of each file where the thing is defined?
34 # We currently have a mix of placing it at the place of definition and at the top of each file. This is a "new" way of doing it.
33 35
34 end # module 36 end # module