Definitions

A shape function is most of the time a polynomial that is used to interpolate between the computed values at nodes in an element in order to find the value of any point in this element.

<aside> šŸ’”

We need as many shape function as there is nodes making up the element

</aside>

For example given a shape function $N_i$ and values $v_i$ at every given point, we can state that the value at a point $x$ is:

$$ v(x) = \sum_{i=0}^n N_i(x)v_i $$

image.png

image.png

image.png

Properties

image.png