partial integro-differential equation #189
-
Dear Dr. Zwicker, How can I include the integral term in the PDE? I could not find example codes that include integral term. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is not supported out-of-the box, but you could write a custom pde class, where you calculate the integral in each timestep. |
Beta Was this translation helpful? Give feedback.
-
I just realized that it will be rather simple to support integrals over entire fields in the |
Beta Was this translation helpful? Give feedback.
I just realized that it will be rather simple to support integrals over entire fields in the
pde.PDE
class. I started to work on this today and if nothing fails, this should be merged into the main branch tonight.