-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining ODE and PDE (part 2) #91
Comments
I know where this error comes from, I expected that this should already be supported. I will take a closer look at fixing this soon. |
Thanks for checking! |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Continuing from #83, and starting with this test:
MethodOfLines.jl/test/pde_systems/MOL_1D_Linear_Diffusion.jl
Lines 742 to 789 in 17f4cbf
I change the equation
Dt(u(t,x)) ~ Dxx(u(t,x))
to beDt(u(t,x)) ~ Dxx(u(t,x)) + v(t)
:I was expecting that this would add a value to that equation that varied in
t
but was constant across allx
. Instead, I get the following error:ERROR: ArgumentError: reducing over an empty collection is not allowed
.Is this a bug, or is it the expected behavior? Thanks for your help!
The text was updated successfully, but these errors were encountered: