Skip to content

Obtain PDE solution #178

@dvignon

Description

@dvignon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions