Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1136:470a70a6c1e6 feature/boundary_conditions
Reformulate boundary routines (sat tensors) for Laplace and fix export
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Oct 2022 18:16:42 +0200 |
parents | b4ee47f2aafb |
children | bdcdbd4ea9cd |
comparison
equal
deleted
inserted
replaced
1135:05b1d6fd6401 | 1136:470a70a6c1e6 |
---|---|
17 export Laplace | 17 export Laplace |
18 export laplace | 18 export laplace |
19 export normal_derivative | 19 export normal_derivative |
20 export first_derivative | 20 export first_derivative |
21 export second_derivative | 21 export second_derivative |
22 | |
23 export sat | |
24 | 22 |
25 using Sbplib.RegionIndices | 23 using Sbplib.RegionIndices |
26 using Sbplib.LazyTensors | 24 using Sbplib.LazyTensors |
27 using Sbplib.Grids | 25 using Sbplib.Grids |
28 using Sbplib.BoundaryConditions | 26 using Sbplib.BoundaryConditions |