搜索资源列表
loopSubdivision
- 使用环机制实现网格三角分割的简单m文件。-A simple m file for the triangle mesh subdivision using the Loop s scheme. The zip file includes four examples of subdivision.
linearSubdivision
- 一种利用线性插值做的三角网格化的matlab程序-linearSubdivision A simple m file for the triangle mesh subdivision using linear interpolation.
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
triangle
- triangle-Mesh generation- FEM-electromagnetic
triangular-mesh
- 2维圆弧域三角形网格,采用有限元方法,可以改变大小的三角形,三角形的数量-2 dimensional circular domain triangular mesh,using finite element method,and can change the triangle size, the number of the triangles
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
Refine_a_Triangulation
- TRIANGULATION_REFINE is a MATLAB program which reads information describing a triangulation of a set of points and creates a refined triangulation. The refined triangulation is created by dividing each triangle into four similar subtriangles. Th