-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
With MethodOfLines.jl
I would like to solve a partial integro-differential equations (PIDE) of the following form:
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
:
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.