Skip to content

Error using discretize for Neumann and Robin boundary conditions, but not Dirichlet #86

@thompsonmj

Description

@thompsonmj

Running examples from the heat equation tutorial and my own problems, I get

prob = discretize(pdesys,discretization)

ERROR: AssertionError: Number of offside points should not exceed the primary wind points

using Neumann and Robin BCs, but it succeeds using Dirichlet.

(also a small note: the PDE system specification line in these docs should update from
pdesys = PDESystem(eq,bcs,domains,[t,x],[u(t,x)])
to
@named pdesys = PDESystem(eq,bcs,domains,[t,x],[u(t,x)])

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