-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Hello @xtalax . I found a possible small error in test case 00a in the 1d linear convection tests.
Here is the link to the file and location.
The problem is that the test case is defined for "Dt(u(t,x)) ~ Dx(u(t,x))" on line 66.
BUT, line 74 of the file defines the equations as
eq = Dt(u(t,x)) ~ -Dx(u(t,x))
So there seems to be an erroneus negative sign in front of the Dx term. I think this is probably just a copy and paste oversight from the first test case in the file 00, which does have a negative term. I just wanted to make sure that this was actually an error, or perhaps I just missed some code below where you removed that negative sign.
@testset "Test 00a: Dt(u(t,x)) ~ Dx(u(t,x))" begin
Metadata
Metadata
Assignees
Labels
No labels