Replies: 2 comments 4 replies
-
https://gridap.github.io/Tutorials/dev/pages/t015_interpolation_fe/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
However this will not solve your problem, but there is nothing you can do. Evaluating something that is defined piecewise on cells on generic points is just inefficient due to the fact that the code has to find the cell to which the point belongs to. If you want something efficient, you have to classify your points into cells first. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have a set of solution vectors for different Eigenmodes and want to export these solutions as 2D matrices.
Currently I'm doing
But this is really slow and I feel like there has to be a more elegant solution
Beta Was this translation helpful? Give feedback.
All reactions