step-11 boundary element

32 views
Skip to first unread message

Alex

unread,
Jul 9, 2020, 3:18:52 AM7/9/20
to deal.II User Group
Hi all
I am new to dealii. I have a question on step-11. For a domain with a curved boundary such as step-11 with fe(1), is the boundary element still a bilinear one if mapping order>1? i.e. always 4 dofs on a boundary element? Thanks
Alex

Wolfgang Bangerth

unread,
Jul 9, 2020, 9:01:34 AM7/9/20
to dea...@googlegroups.com
You need to distinguish between the element and the mapping. The element's
shape functions are defined on the reference cell, and for a Q1 element
(=fe(1)), there are always 4 shape functions in 2d.

The *mapping* on the other hand is used to describe how shape functions are
transformed from the reference cell to the real cell. This mapping is more
complicated when you have a curved boundary than if you have a straight
boundary, but it does not affect *how many* shape functions there are.

Best
W.

--
------------------------------------------------------------------------
Wolfgang Bangerth email: bang...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/

Alex

unread,
Jul 9, 2020, 10:50:44 PM7/9/20
to deal.II User Group
Thank you. Do you have any recommendation for reference notes or books which explains the math behind mapping? I can see some in Mapping< dim, spacedim > Class Template Reference.
Alex

Wolfgang Bangerth

unread,
Jul 10, 2020, 8:07:11 AM7/10/20
to dea...@googlegroups.com
On 7/9/20 8:50 PM, Alex wrote:
> Thank you. Do you have any recommendation for reference notes or books which
> explains the math behind mapping? I can see some in Mapping< dim, spacedim >
> Class Template Reference.

I'm not good with what FE book talks about which, but most FE books will have
sections that cover the idea of "mapping" shape functions. Higher order
mappings are often discussed with keywords such as "isoparametric mappings".
Reply all
Reply to author
Forward
0 new messages