Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1018:5ec49dd2c7c4 feature/stencil_set_type
Reintroduce read_stencil_set
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 09:57:28 +0100 |
parents | ba023fc09961 |
children | 3031ce7a4999 |
comparison
equal
deleted
inserted
replaced
991:37fd8c1cadb2 | 1018:5ec49dd2c7c4 |
---|---|
1 module SbpOperators | 1 module SbpOperators |
2 | 2 |
3 # Stencil set | |
4 export StencilSet | |
5 export read_stencil_set | |
6 export get_stencil_set | |
7 export parse_stencil | |
8 export parse_scalar | |
9 export parse_tuple | |
10 export sbp_operators_path | |
11 | |
12 # Operators | |
3 export boundary_quadrature | 13 export boundary_quadrature |
4 export boundary_restriction | 14 export boundary_restriction |
5 export inner_product | 15 export inner_product |
6 export inverse_inner_product | 16 export inverse_inner_product |
7 export Laplace | 17 export Laplace |