Interpolation from a triangular basis to a rectangular grid #1192
martinkhouri102023
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to skfem and I would like to interpolate the FE results stored in a E vector to a rectangular meshgrid I have set. I've tried to use basis.interpolator :
Unfortunately, that returns an error :
ValueError: row, column, and data array must all be the same lengthThis sounds like a very basic question, I've made searches for solutions but I don't understand why my code doesn't work. Does anyone have a solution?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions