有限元网格划分技术。如何用程序进行三维模型的网格划分
上传时间: 2014-08-30
上传用户:2525775
等边三角形有限元网格生成程序 ,划分画等边三角为小四边形网格
上传时间: 2015-05-10
上传用户:
一个功能强大的非结构网格划分程序,可实现网格的自动剖分,及局部加密与质量控制
上传时间: 2017-03-01
上传用户:ruixue198909
finite element mesh 参数化有限元网格划分
上传时间: 2013-12-17
上传用户:xuan‘nian
有限元网格划分,描述了有限元网格划分的网格技术
上传时间: 2017-05-25
上传用户:宋桃子
matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
标签: matlab有限元网格划分程序
上传时间: 2015-08-12
上传用户:凛风拂衣袖
一个三维有限元网格自动剖分源代码程序,功能较为强大,可用于有限元网格划分。
上传时间: 2014-01-05
上传用户:ouyangtongze
gridgen是一款强大的网格生成程序,可以做三维的有限元网格划分
上传时间: 2016-08-11
上传用户:王者A
poisson问题有限元求解通用程序(线性元). 压缩包内exp.m包含了一个实际问题,matlab下直接运行即可,如效率不高,可适当修改网格参数h.
上传时间: 2013-12-13
上传用户:fnhhs
单元网格划分 一个最基本的有限元计算程序 二维传热问题
上传时间: 2017-05-07
上传用户:wanqunsheng