Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 888a36a

Browse files
committed
added symbolic test for KdV
1 parent f9dbbff commit 888a36a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/MOL/MOL_1D_Linear_Diffusion.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ end
496496
end
497497
end
498498

499-
@testset "Test 10: linear diffusion, two variables, mixed & higher order BCs" begin
499+
@testset "Test 10: linear diffusion, two variables, mixed BCs" begin
500500
# Method of Manufactured Solutions
501501
u_exact = (x,t) -> exp.(-t) * cos.(x)
502502
v_exact = (x,t) -> exp.(-t) * sin.(x)
@@ -507,7 +507,6 @@ end
507507
Dt = Differential(t)
508508
Dx = Differential(x)
509509
Dxx = Dx^2
510-
Dxxx = Dx^3
511510

512511
# 1D PDE and boundary conditions
513512
eqs = [Dt(u(t,x)) ~ Dxx(u(t,x)),

0 commit comments

Comments
 (0)