Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 980:f885e1de6dc4 feature/variable_derivatives
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 15 Mar 2022 21:38:55 +0100 |
parents | 9098fc936776 52a0ebad0778 |
children | 2a4f36aca2ea |
comparison
equal
deleted
inserted
replaced
971:bc12be1b1ae5 | 980:f885e1de6dc4 |
---|---|
1 module SbpOperators | 1 module SbpOperators |
2 | |
3 export boundary_quadrature | |
4 export boundary_restriction | |
5 export inner_product | |
6 export inverse_inner_product | |
7 export Laplace | |
8 export laplace | |
9 export normal_derivative | |
10 export second_derivative | |
2 | 11 |
3 using Sbplib.RegionIndices | 12 using Sbplib.RegionIndices |
4 using Sbplib.LazyTensors | 13 using Sbplib.LazyTensors |
5 using Sbplib.Grids | 14 using Sbplib.Grids |
6 | 15 |