Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1596:84dc3b9b449b feature/boundary_conditions
Add positivity properties (the borrowing capacity) of the D2 operators to the operator toml as well as methods to parse them
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sun, 26 May 2024 18:13:58 -0700 |
parents | bdcdbd4ea9cd |
children | fca4a01d60c9 |
comparison
equal
deleted
inserted
replaced
1595:611ae2308aa1 | 1596:84dc3b9b449b |
---|---|
6 export get_stencil_set | 6 export get_stencil_set |
7 export parse_stencil | 7 export parse_stencil |
8 export parse_nested_stencil | 8 export parse_nested_stencil |
9 export parse_scalar | 9 export parse_scalar |
10 export parse_tuple | 10 export parse_tuple |
11 export parse_named_tuple | |
11 export sbp_operators_path | 12 export sbp_operators_path |
12 | 13 |
13 # Operators | 14 # Operators |
14 export boundary_quadrature | 15 export boundary_quadrature |
15 export boundary_restriction | 16 export boundary_restriction |