Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/boundaryops/normal_derivative.jl @ 933:d83f685f1031 feature/laplace_opset
Fix bug when construcing normal_derivative from a stencil set
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 25 Feb 2022 16:34:35 +0100 |
parents | 6b47a9ee1632 |
children | 22c80fb36400 |
comparison
equal
deleted
inserted
replaced
927:d360fc2d9620 | 933:d83f685f1031 |
---|---|
18 normal_derivative(grid, stencil_set, boundary) | 18 normal_derivative(grid, stencil_set, boundary) |
19 | 19 |
20 Creates a `normal_derivative` operator on `grid` given a parsed TOML | 20 Creates a `normal_derivative` operator on `grid` given a parsed TOML |
21 `stencil_set`. | 21 `stencil_set`. |
22 """ | 22 """ |
23 normal_derivative(grid, stencil_set, boundary) = normal_derivative(grid, parse_stencil(stencil_set["e"]["closure"]), boundary) | 23 normal_derivative(grid, stencil_set, boundary) = normal_derivative(grid, parse_stencil(stencil_set["d1"]["closure"]), boundary) |