Two-dimensional Shape Functions
From KratosWiki
(Difference between revisions)
Line 14: | Line 14: | ||
{| border="1" cellpadding="5" cellspacing="0" class="wikitable" style="margin:auto; background:white;" | {| border="1" cellpadding="5" cellspacing="0" class="wikitable" style="margin:auto; background:white;" | ||
− | ! polynomial order | + | ! polynomial order ''n'' !! number of terms ''p'' !! <math>f(x,y) \,</math> |
|- | |- | ||
| Constant: <math>0 \,</math> || <math>1 \,</math> || <math>\alpha \,</math> | | Constant: <math>0 \,</math> || <math>1 \,</math> || <math>\alpha \,</math> |
Revision as of 10:19, 4 November 2009
Shape functions are selected to fit as exact as possible the Finite Element Solution. If this solution is a combination of polynomial functions of nth order, these functions should include a complete polynomial of equal order.
That is, a complete polynomial of nth order can be written as:
with: the number of terms.
More specifically:
polynomial order n | number of terms p | ![]() |
---|---|---|
Constant: ![]() |
![]() |
![]() |
Linear: ![]() |
![]() |
![]() |
Quadratic: ![]() |
![]() |
![]() |
For example, in the case of a lineal polynomial:
- f(x,y) = α1 + α2x + α3y
can only fit polynomial functions of pth order if they content a polynomial function
for any polynomial function of pth order it is enough to use p-1 integration points.