Replies: 5 comments 9 replies
-
The key idea is to write the fractional derivative into a sum, which can be implemented then. |
Beta Was this translation helpful? Give feedback.
-
Many thanks, @lululxvi . Could you please point me to any code snippet implementing a frictional derivative like |
Beta Was this translation helpful? Give feedback.
-
You can first check the fPINN paper for how to convert the derivative to a sum, and then look at the code https://github.com/lululxvi/deepxde/blob/master/deepxde/data/fpde.py |
Beta Was this translation helpful? Give feedback.
-
Thank you @lululxvi, now I am confident that the limits are ok, but I still have no luck with this problem. Perhaps I miss something obvious. Here is the piece of code I used to solve the above equation:
The |
Beta Was this translation helpful? Give feedback.
-
Still fighting with this one, but still not giving up :) Now I reduced the task to a bare minimum, trying to solve the equation
|
Beta Was this translation helpful? Give feedback.
-
Dear All,
I'm trying to implement fPINN problem which takes only the right Riemann-Liouville fractional derivative:
Looking at Poisson 1D example I see how one invokes the sum of left and right fractional derivative. Is there an elegant way to separate them or one should implement the integration part manually? Any advice?
Beta Was this translation helpful? Give feedback.
All reactions