|
404 | 404 | end |
405 | 405 |
|
406 | 406 | @trixi_testset "fluid/pipe_flow_3d.jl" begin |
407 | | - @trixi_test_nowarn trixi_include(@__MODULE__, |
| 407 | + @trixi_test_nowarn trixi_include(@__MODULE__, tspan=(0, 0.1), |
408 | 408 | joinpath(examples_dir(), "fluid", |
409 | 409 | "pipe_flow_3d.jl")) |
410 | 410 | @test sol.retcode == ReturnCode.Success |
|
415 | 415 | @trixi_test_nowarn trixi_include(@__MODULE__, |
416 | 416 | joinpath(examples_dir(), "fluid", |
417 | 417 | "poiseuille_flow_2d.jl"), |
418 | | - tspan=(0.0, 0.1)) |
| 418 | + tspan=(0.0, 0.02)) |
419 | 419 | @test fluid_system isa WeaklyCompressibleSPHSystem |
420 | 420 | @test sol.retcode == ReturnCode.Success |
421 | 421 | @test count_rhs_allocations(sol, semi) == 0 |
|
425 | 425 | @trixi_test_nowarn trixi_include(@__MODULE__, |
426 | 426 | joinpath(examples_dir(), "fluid", |
427 | 427 | "poiseuille_flow_2d.jl"), |
428 | | - tspan=(0.0, 0.1), wcsph=false) |
| 428 | + tspan=(0.0, 0.02), wcsph=false) |
429 | 429 | @test fluid_system isa EntropicallyDampedSPHSystem |
430 | 430 | @test sol.retcode == ReturnCode.Success |
431 | 431 | @test count_rhs_allocations(sol, semi) == 0 |
|
0 commit comments