Replies: 1 comment
-
solved issue by creating an interpolant using ScatteredInterpolation |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello together,
currently I am solving a simple Poisson equation using a function for x- and y-components, e.g.
which works great. But my goal is also to investigate external functions, i.e. field distributions, that I have already calculated in an external FE software. I was wondering if there is a way to map these external solutions to my FE space? In the tutorial there were only examples for the interpolation of functions as above to different FE spaces, or did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions