changeset 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 d360fc2d9620
children af670581b464
files src/SbpOperators/boundaryops/normal_derivative.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/normal_derivative.jl	Mon Feb 21 23:36:41 2022 +0100
+++ b/src/SbpOperators/boundaryops/normal_derivative.jl	Fri Feb 25 16:34:35 2022 +0100
@@ -20,4 +20,4 @@
 Creates a `normal_derivative` operator on `grid` given a parsed TOML
 `stencil_set`.
 """
-normal_derivative(grid, stencil_set, boundary) = normal_derivative(grid, parse_stencil(stencil_set["e"]["closure"]), boundary)
+normal_derivative(grid, stencil_set, boundary) = normal_derivative(grid, parse_stencil(stencil_set["d1"]["closure"]), boundary)