搜索资源列表
build_grid33
- 等边三角形有限元网格生成程序 ,划分画等边三角为小四边形网格 -equilateral triangle finite element mesh generation process, the demarcation of painting equilateral triangle for small mesh
EFGM_SOLVERsrc
- 关于网格自动生成delaunay算法的,自动生成三角形网格-on automatic mesh generation Delaunay method of automatically generating triangle mesh
draw is oline
- 三角形网格剖分程序,可以把任意平面区域剖分成三角形网格,代码比较简练,效率较高-Triangle mesh procedures, can be divided into arbitrary planar domain autopsy triangle mesh, code relatively simple, efficient
loopSubdivision
- 使用环机制实现网格三角分割的简单m文件。-A simple m file for the triangle mesh subdivision using the Loop s scheme. The zip file includes four examples of subdivision.
triangle_mesh
- 分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
mesh-2d
- 生成三角形网格(对翼型)的程序,内附pdf说明手册-Generated triangle mesh (right wing) of the program, enclosing the pdf instruction manual
linearSubdivision
- 一种利用线性插值做的三角网格化的matlab程序-linearSubdivision A simple m file for the triangle mesh subdivision using linear interpolation.
tion
- 基于车身曲面离散点的三角形网格优化Discrete points on the body surface triangle mesh optimization-Discrete points on the body surface triangle mesh optimization
pointCloud2mesh
- Converts a pointcloud (unordered vertices) to a mesh of triangles by connecting the nearest 3 points and calculates the normal of each vertex and triangle. Also finds the neighboring triangles of each vertex and the neighboring triangles of each tria
mphtxt_read_2d
- 读入COMSOL软件所生成的二维mphtxt三角形网格文件,读入相关网格的节点、三角形单元,边界信息。调用此函数时应将包含相关的路径与文件名的字符串作为输入参数。包 中包含了一个m函数文件与一个示例网格数据文件。 -read the information of 2-d triangle mesh file--*.mphtxt generated by COMSOL. The input parameter is the path and name of mesh file. A mat
fem_basis_t4_display
- 用matlab语言编程一种4节点三角形单元划分网格的程序-a program which displays any single basis function associated with an arbitrary 4-node triangle T4 mesh
dividePolygon
- 一种基于Delaunay算法的凸多边形的三角形网格的划分方法-Convex polygon algorithm based on Delaunay triangle mesh divided
stoneman
- 求解封闭三角形网格的最短几何路径(整个网格为扫描过的一个复活岛上的石头人形)。-Shortest geometric path for solving a closed triangle mesh (the entire grid is scanned an Easter Island stone humanoid).
triangle
- triangle-Mesh generation- FEM-electromagnetic
rapid-2.01
- 检查三角网格相交的三角形编号,算发快速。-To check triangle mesh contacts。
triangle-mesh
- 单的采用advanced front方法编制的三角形网格生成程序-Single triangular mesh generation method for the preparation of advanced front
triangular-mesh
- 2维圆弧域三角形网格,采用有限元方法,可以改变大小的三角形,三角形的数量-2 dimensional circular domain triangular mesh,using finite element method,and can change the triangle size, the number of the triangles
triangle
- 采用有限元方法时会用到三角网格剖分,此程序可以自动生成三角网格,可参考程序中的说明相应地设置参数-Will be used when using the finite element method triangular mesh generation, this program can automatically generate triangular mesh, refer to the procedures described in the corresponding parameter s
FEM
- 通过Matlab编制的有限单元法工具箱,能够对一维、二维与三维的问题进行求解!-Finite Element Toolbox Ver. 2.1 =============================== Date: 2002-04-01 Author: B. Rasmus Anthin. WHAT IS IT This is a toolbox for computing ODEs or PDEs in BVPs using FEM
loopSubdivision
- LoopSubdivision A simple m file for the triangle mesh subdivision using the Loop s scheme