You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to find out how the PDE solver of DifferentialEquations.jl works, but i am experiencing some problem.
I took the example from the notebook and i tried to run it as a script (https://pastebin.com/hbgkNAxe) but i am getting the following error: ERROR: LoadError: UndefVarError: parabolic_squaremesh not defined
Probably the notebook has not been updated for the new versions of DifferentialEquations.jl.