Tangential tensors on immersed surfaces #4969
-
|
Consider a immersed 2D manifold, e.g. Is it possible to define a tensor-valued finite element space I am particularly interested in the tangential version of the following
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Possibly, but it might have to be symmetric Will give you a space of piecewise constants with tangential-tangential continuity. On a manifold the tensor should be tangential from left and right. The broken version of this space might be closer to what you are after |
Beta Was this translation helpful? Give feedback.
JM is H(div) conforming, so the nn and nt components must be continuous along faces. Its columns and rows are mapped with the H(div) Piola transform. In order to get a tangential tensor from left and right, the columns and rows would need the H(curl) Piola map, which preserves the tangential trace.
JM is not currently implemented on manifolds, but we might try to implement them if they turn out to be interesting.