Closed ecarrey closed 10 months ago
This is related to a question in discourse https://discourse.julialang.org/t/methodoflines/108387/2.
The workaround solution is using another branch of MethodOfLines.
After typing ]
and installing the packages for the project, you also use add https://github.com/AayushSabharwal/MethodOfLines.jl#as/issymbollike
Thanks for the tip, I'll check it out. Anyway, I'd rather wait for the main branch to be updated and debugged
@ecarrey The patch is merged: https://github.com/SciML/MethodOfLines.jl/commit/d0ba366ecd7b234e928033dfada56d5237a01be6
Describe the bug 🐞
I am running the Heat Equation example tutorial from the documentation of MethodOfLines.jl (see MRE down below). When I extract the discrete x and t values from the solution of the ODE set:
I get the following error:
UndefVarError:
issymbollike
not definedExpected behavior
This code works when I downgrade ModelingToolkit v8.75.0 to v8.73.0. The code should give
discrete_x
anddiscrete_t
vectors with the discretized values of the independent variables.Minimal Reproducible Example 👇
Error & Stacktrace ⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()