-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Running this code (from the documentation).
First, it seems that discrete_x = sol[x] and discrete_t = sol[t] do not work. After replacing with discrete_x = 0:0.1:1 and discrete_t = sol.t, I get the following error message:
ERROR: ArgumentError: u(t, x) is either an observed nor a state variable.
I think this might be related to #6
Metadata
Metadata
Assignees
Labels
No labels