-
-
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
ArgumentError: Differential w.r.t. multiple variables Any[t, ...] are not allowed. #350
Comments
Hey @Centauria, I wrote your code into a minimal working example, and was able to reproduce your error. Please let me know if you see inconsistencies in this formulation.
|
As far as I can tell, this error is arising when attempting to discretize the mixed term
I'm unsure if MoL has support for these sort of terms... @xtalax have you tried this? |
Hi, I'm trying to solve a system of first order pde's of one variables (time + 1 other variables). I'm using the Method of Lines, but get an error message when trying to discretize the system.
Here is my equation:
boundaries:
constants:
when discretizing using N = 6 and approx_order=2:
in stderr:
Thank you for your time and help in troubleshooting this model.
The text was updated successfully, but these errors were encountered: