Finite Element Triangular Mesh Generator

版本 1.1 (2.3 KB) 作者: Kehinde OROLU
This function generates triangular mesh for a rectangular shape structure for FEM analysis
2.8K 次下载
更新时间 2014/11/19

查看许可证

The function femTriangularMeshGenerator() generates triangular mesh for a rectangular shape structure for Finite Element analysis.
The outputs are:
coords = x and y coordinates of each element nodes
cT = nodal connectivity
nNodes = Number of nodes

The inputs are:
Lx = width of the rectangular structure
Ly = Height of the rectangular structure
Nx = Number of divisions on x- axis
NE = Number of elements

The example generates 144 elements for a rectangular structure given a dimension 10units by 10units with respect to 8 divisions on x-axis.

引用格式

Kehinde OROLU (2024). Finite Element Triangular Mesh Generator (https://www.mathworks.com/matlabcentral/fileexchange/32875-finite-element-triangular-mesh-generator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1

It is a toolbox

1.0.0.0