Replies: 4 comments 4 replies
-
Would the method |
Beta Was this translation helpful? Give feedback.
-
Thank you.
On Tuesday, May 11, 2021, 10:30:24 AM CDT, David Zwicker ***@***.***> wrote:
Note that the method is defined for fields, not grids.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I found simple solution that is good for my problem My code: |
Beta Was this translation helpful? Give feedback.
-
Thank you!
On Friday, May 14, 2021, 12:30:56 PM CDT, David Zwicker ***@***.***> wrote:
That's a good solution. I guess we cannot supply a method for each special requirement, but since you can simply access the field data as a numpy array, you can certainly create your own solutions. Good job!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
In my pde-equation problem, I calculate some localized state, which I then want to distribute (copy) to different point(s) of the original space (grid). Then I will use this multi-state as a new initial state. In Matlab's case, I can capture such a localized state and then copy it to different places as some kind of interpolation task using the "pdeInterpolant" function. Can I use the "Field Interpolation" function from very promising py-pde for this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions