diff test/SbpOperators/volumeops/volume_operator_test.jl @ 1365:4684c7f1c4cb feature/variable_derivatives

Merge with default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 21 May 2023 21:55:14 +0200
parents 356ec6a72974
children 43aaf710463e
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/volume_operator_test.jl	Sat May 20 14:26:36 2023 +0200
+++ b/test/SbpOperators/volumeops/volume_operator_test.jl	Sun May 21 21:55:14 2023 +0200
@@ -14,7 +14,7 @@
 @testset "VolumeOperator" begin
     inner_stencil = CenteredStencil(1/4, 2/4, 1/4)
     closure_stencils = (Stencil(1/2, 1/2; center=1), Stencil(2.,1.; center=2))
-    g = EquidistantGrid(11,0.,1.)
+    g = equidistant_grid(11,0.,1.)
 
     @testset "Constructors" begin
         op = VolumeOperator(inner_stencil,closure_stencils,(11,),even)