All courses › Finite Element Method › Assembly
Assembly
A structure is built from several elements that share nodes. Assembly places the element matrices into one global stiffness matrix, where contributions from elements sharing a node are summed at that position. The result, , is solved for the nodal displacements.
diagonal entry: sum of contributions from all elements at node
Symbols
| global stiffness matrix | N/m | |
| element stiffness matrix | N/m |
Example
Two bar elements with and N/mm share node 2:
N/mm.
Only elements that actually share a node contribute to the same row/column in .
Practise bar elements and stiffness matrices for free →
← Bar element stiffness matrix · Boundary conditions and Ku = f →
Part of Finite Element Method: Bar elements and stiffness matrices.