How to perform piecewise linear interpolation on a tiral function of a CG2 space in Firedrake? #4116
Answered
by
connorjward
zxcdsaqwe8
asked this question in
Firedrake support
-
How to perform piecewise linear interpolation on a tiral function of a CG2 space in Firedrake? |
Beta Was this translation helpful? Give feedback.
Answered by
connorjward
Mar 17, 2025
Replies: 1 comment
-
Can you provide more information about what it is you are trying to do? Have you got some code that you can share? The documentation for interpolation can be found here. It is perfectly valid code to write interpolate(TestFunction(V_cg2), V_cg1) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zxcdsaqwe8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you provide more information about what it is you are trying to do? Have you got some code that you can share? The documentation for interpolation can be found here.
It is perfectly valid code to write