Point interpolation of shape function derivatives #3889
Unanswered
SouzaEM
asked this question in
Firedrake support
Replies: 1 comment 5 replies
-
Do you want a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to calculate the values of the shape function derivatives using vertex meshes? As suggested in #3782 and from the FWI example (https://www.firedrakeproject.org/demos/full_waveform_inversion.py.html), it is possible to obtain the shape function values as follows:
However, as the function spaces defined on vertex meshes may only be DG0, I was not able to assemble the gradient of the test functions.
Beta Was this translation helpful? Give feedback.
All reactions