Fast Global Stiffness Matrix Assembly
Version 1.0.2 (1.24 KB) by
Ayad Al-Rumaithi
Generates global stiffness matrix from elements stiffness matrices in a fast way
function K=Fast_Matrix_Assembly(Elements)
Input:
---------
Elements: a structure contains Elements{i}.K and Elements{i}.DOFs (Stiffness and Degrees of freedoms of the ith element).
output:
---------
K: Sparse global stiffness matrix
References
-----------------
Cuvelier, François, Caroline Japhet, and Gilles Scarella. "An efficient way to perform the assembly of finite element matrices in Matlab and Octave." arXiv preprint arXiv:1305.3122 (2013).
Cite As
Ayad Al-Rumaithi (2026). Fast Global Stiffness Matrix Assembly (https://www.mathworks.com/matlabcentral/fileexchange/70447-fast-global-stiffness-matrix-assembly), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2017b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
