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/