Skip to content

PIDE over space with variable as **lower** limit of interval? #432

@fabern

Description

@fabern

With MethodOfLines.jl I would like to solve a partial integro-differential equations (PIDE) of the following form:

$$ \frac{\partial}{\partial t}u(t,x) = -\frac{ \partial}{\partial x}\left[u(t,x) \int_x^{150}u(t, y)dy\right] - m(t,x)u(t,x), $$

where x is the independent/space variable and 150 some constant (xupper).
(I can still simplify this with the product rule, but the relevant part here are the limits of the integral.)
Note, that the integral limits are going from x to a constant xupper.

The documentation of MethodOfLines discusses a PIDE with limits, that are going from 0 to x:

$$ \frac{\partial}{\partial t}u(t, x)+2u(t, x)+5\frac{\partial}{\partial x}[\int_0^xu(t, x)dx]=1, $$

From a previous GitHub issue it appears different integration limits need to be handled manually.
Is this still the case?
Where/How would I need to add the integration with x as lower limit up to a constant xupper?

PS: I really enjoy discovering this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions