2D Version of Curl Integrator #3635
-
Dear community, what is the most straight forward way to implement LinearForm integrators and BilinearForm integrators like
for 2D meshes? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
ping: @mlstowell |
Beta Was this translation helpful? Give feedback.
-
Hi, @markusrenoldner, The 2D version of I'm afraid we don't yet have any detailed guidance on writing your own integrators. However, I'd be happy to offer advice. Specifically which operators/integrators do you need? Best wishes, |
Beta Was this translation helpful? Give feedback.
-
Hi, @markusrenoldner, Just to be clear, what spaces are Best wishes, |
Beta Was this translation helpful? Give feedback.
-
Hi, @markusrenoldner, I'm afraid what you're asking for is inconsistent. If Best wishes, |
Beta Was this translation helpful? Give feedback.
Hi, @markusrenoldner,
I'm afraid what you're asking for is inconsistent. If
u
andv
are in HCurl in 2D then their cross product will be a scalar sow
cannot be in HCurl. On the other handu
andw
could be in HCurl ifv
were scalar and interpreted as a vector perpendicular to the 2D surface. Unless you're planning to use the ND_R2D finite elements which can represent 3 component vector fields in 2D surfaces. If the later is your intention then this will require special attention since many of our bilinear integrators were written before these ND_R2D basis functions were implemented.Best wishes,
Mark