Point evaluations as right handside of variational forms #3183
Unanswered
Baumi3004
asked this question in
Firedrake support
Replies: 2 comments
-
I'm not familiar enough with UFL to answer this for you. @ksagiyam @ReubenHill ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this needs symbolic interpolation which will soon be available on master firedrake. For now, try out @nbouziani 's PR #2297 and associated branch. |
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
-
Hello,$p$ in the domain, to solve a problems in the form
$$a(v,w) = f(v(p)) \text{ for all } v$$ I have tried to use Interpolators to VertexOnlyMeshes on the TestFunction $v$ , but this does not work as the interpolator expects an actual function as an argument..
is it currently possible in firedrake, given a point
I would be really glad to get advice :)
Kind regards
Lukas
Beta Was this translation helpful? Give feedback.
All reactions