This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050# Conduct interesting experiments by referring to
5151# http://lie.math.brocku.ca/~sanco/solitons/kdv_solitons.php
52- @testset " KdV equation (Double Solition)" begin
52+ # TODO The true solution for this case seems unstable, look for a workaround
53+ #= @testset "KdV equation (Double Solition)" begin
5354 N = 10
5455 Δx = 1/(N-1)
5556
9091 for t in 0:0.1:9
9192 @test_skip soln(t) ≈ ϕ(x,t) atol = 0.01
9293 end
93- end
94+ end =#
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if GROUP == "All" || GROUP == "Interface"
2323 @time @safetestset " Validate Higher Dimensional Boundary Extension" begin include (" multi_dim_bc_test.jl" ) end
2424 @time @safetestset " 2nd order check" begin include (" 2nd_order_check.jl" ) end
2525 @time @safetestset " Non-linear Diffusion" begin include (" Fast_Diffusion.jl" ) end
26- # @time @safetestset "KdV" begin include("KdV.jl") end # KdV times out and all fails
26+ @time @safetestset " KdV" begin include (" KdV.jl" ) end # 2-Soliton case needs implementation
2727 @time @safetestset " Heat Equation" begin include (" heat_eqn.jl" ) end
2828 @time @safetestset " Matrix-Free Operators" begin include (" matrixfree.jl" ) end
2929 @time @safetestset " JacVec Operator Integration Test" begin include (" jacvec_integration_test.jl" ) end
You can’t perform that action at this time.
0 commit comments