diff test/SbpOperators/boundaryops/normal_derivative_test.jl @ 1556:ec5e7926c37b

Merge refactor/equidistant_grid/signature
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 13 Apr 2024 23:49:39 +0200
parents 43aaf710463e
children 9e2228449a72 3714a391545a
line wrap: on
line diff
--- a/test/SbpOperators/boundaryops/normal_derivative_test.jl	Sat Apr 13 23:44:56 2024 +0200
+++ b/test/SbpOperators/boundaryops/normal_derivative_test.jl	Sat Apr 13 23:49:39 2024 +0200
@@ -7,8 +7,8 @@
 import Sbplib.SbpOperators.BoundaryOperator
 
 @testset "normal_derivative" begin
-    g_1D = equidistant_grid(11, 0.0, 1.0)
-    g_2D = equidistant_grid((11,12), (0.0, 0.0), (1.0,1.0))
+    g_1D = equidistant_grid(0.0, 1.0, 11)
+    g_2D = equidistant_grid((0.0, 0.0), (1.0,1.0), 11, 12)
     @testset "normal_derivative" begin
     	stencil_set = read_stencil_set(sbp_operators_path()*"standard_diagonal.toml"; order=4)
         @testset "1D" begin