How to rotate a 2D vector field in FunctionSpace of RT/RTE? #4934
Answered
by
pbrubeck
Alpha-Legion
asked this question in
Firedrake support
-
|
For example, u = FunctionSpace(mesh, "RT") is a vector field on a 2D mesh. How to rotate u by 90 degrees counterclockwise? |
Beta Was this translation helpful? Give feedback.
Answered by
pbrubeck
Feb 28, 2026
Replies: 1 comment 1 reply
-
|
You may do this symbolically with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alpha-Legion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may do this symbolically with
perp(u)