diff 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
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)