matlab如何实现矩阵组装,矢量有限元矩阵的快速组装
Fast assembly of stiffness and matrices in finite element methodThis code demonstrates vectorization concepts from a paperTalal Rahman and Jan Valdman:Fast MATLAB assembly of FEM matrices in 2D and 3D
Fast assembly of stiffness and matrices in finite element method
This code demonstrates vectorization concepts from a paper
Talal Rahman and Jan Valdman:
Fast MATLAB assembly of FEM matrices in 2D and 3D: nodal elements,
Applied Mathematics and Computation 219, 7151–7158 (2013)
Original technical report from 2011 is available at
http://www.mis.mpg.de/publications/other-series/tr/report-1111.html
To run the code, call
"start_assembly_P1_3D" or
"start_assembly_P1_2D"
in the Matlab window (for 3D or 2D cases)
Considering a given 3D or 2D triangulation, mass and stiffness matrices corresponding to linear nodal elements are generated in an efficient vectorized and fast way.
Recently, functionality was extended to generate mass and stiffness matrices for a (vector) linear elasticity problem.
To run the code, call
"start_assembly_P1_3D_elasticity" or
"start_assembly_P1_2D_elasticity"
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)