changeset 622:f799678357df feature/volume_and_boundary_operators

Move comment
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Wed, 16 Dec 2020 16:47:17 +0100
parents 60d7c1752cfa
children 914428a1fc61
files test/testSbpOperators.jl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/testSbpOperators.jl	Wed Dec 16 16:42:29 2020 +0100
+++ b/test/testSbpOperators.jl	Wed Dec 16 16:47:17 2020 +0100
@@ -153,7 +153,6 @@
     end
 
     @testset "Accuracy" begin
-
         @testset "1D" begin
             v0 = evalOn(g_1D,x->0.)
             monomials = ()
@@ -189,7 +188,6 @@
             end
         end
 
-        #TODO: Error when reading second order stencil!
         @testset "2D" begin
             binomials = ()
             maxOrder = 4;
@@ -198,6 +196,8 @@
                 binomials = (binomials...,evalOn(g_2D,f_i))
             end
             l2(v) = sqrt(prod(spacing(g_2D))*sum(v.^2));
+
+            #TODO: Error when reading second order stencil!
             # @testset "2nd order" begin
             #     op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=2)
             #     Dyy = SecondDerivative(g_2D,op.innerStencil,op.closureStencils,2)