Finite Element Analysis. Barna Szabó
(1.55).
Exercise 1.12 Let
where fk is a constant. Compute
Exercise 1.13 Assume that
1.3.5 Assembly
Having computed the coefficient matrices and right hand side vectors for each element, it is necessary to form the coefficient matrix and right hand side vector for the entire mesh. This process, called assembly, executes the summation in equations (1.62), (1.67) and (1.73). The local and global numbering of variables is reconciled in the assembly process. The algorithm is illustrated by the following example.
Example 1.6 Consider the three‐element mesh shown in Fig. 1.5. The polynomial degrees
Figure 1.5 Typical finite element basis functions in one dimension.
Table 1.1 Local and global numbering in Example 1.6.
Element number | |||||||||
---|---|---|---|---|---|---|---|---|---|
Numbering | 1 | 2 | 3 | ||||||
local | 1 | 2 | 3 | 1 | 2 | 1 | 2 | 3 | 4 |
global | 1 | 2 | 5 | 2 | 3 | 3 | 4 | 6 | 7 |
Each basis function is assigned a unique number, called a global number, and this number is associated with those element numbers and the shape function numbers from which the basis function is composed. The global and local numbers in this example are indicated in Table 1.1.
We denote