Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 970:a52bd2f1126c
Merge feature/laplace_opset
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 14 Mar 2022 15:58:26 +0100 |
parents | 52a0ebad0778 |
children | ba023fc09961 f885e1de6dc4 |
comparison
equal
deleted
inserted
replaced
967:84ca744f2f06 | 970:a52bd2f1126c |
---|---|
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 |