Fast MATLAB assembly of FEM matrices in 2D and 3D: Nodal elements

作者:

Highlights:

摘要

We propose an effective and flexible way to assemble finite element stiffness and mass matrices in MATLAB. The major loops in the code have been vectorized using the so called array operation in MATLAB, and no low level languages like the C or Fortran has been used for the purpose. The implementation is based on having the vectorization part separated, in other words hidden, from the original code thereby preserving its original structure, and its flexibility as a finite element code. The code is fast and scalable with respect to time.

论文关键词:MATLAB code vectorization,Finite elements,Stiffness,Mass matrices

论文评审过程:Available online 12 September 2011.

论文官网地址:https://doi.org/10.1016/j.amc.2011.08.043