You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
@testset"Test 02: Test integration with arbitrary limits, (a .. b)"begin
So, I might have a look at this PR 216 to see where it would need to be added. EDIT: I tried to understand the code from that previous PR, but I need to have some help for the extension.
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 constantxupper
.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 constantxupper
?PS: I really enjoy discovering this package.
The text was updated successfully, but these errors were encountered: