搜索资源列表
build_grid33
- 等边三角形有限元网格生成程序 ,划分画等边三角为小四边形网格 -equilateral triangle finite element mesh generation process, the demarcation of painting equilateral triangle for small mesh
tigrid
- 三角形网格划分器-triangular mesh device
code
- 二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。-Unstructured mesh generation process. Delaunay triangulation method used to achieve x-y plane of the trapezoidal region given unstructured mesh.
angener.tar
- 用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。-ANGENER is a fortran source package able to generate triangulations, which can be used for different numerical methods, for example finite volume method, finite element method, etc.
matlab3
- 利用matlab编程求解实现拓扑优化的源代码及程序界面设计,采用三角形网格划分!我的毕业设计!-Programming using matlab to solve topology optimization to achieve the source code and procedures for interface design, using triangular meshing! My graduation!
contour
- 等值线算法 1. 根据给定点生成三角形网格(具体见三角形网格生成算法),假设标量场在三角形的内部及边上满足线性分布关系。 根据标量场的最大值和最小值以及等值线的条数(可以设置一个缺省值比如30, 用户可以改变该值), 均匀划分出一系列的等值线的给定值。 对每一个给定值, 对所有三角形单元搜索一遍。 如果这个给定值位于某三角形单元的三个顶点处的标量值的最大值和最小值之间, 则必定在三角形的边上存在着两个点, 这两个点的标量值等于给定值。 把这两个点连接起来就得到等值线的一部分(参见图1
mesh2tri
- Matlab网格划分程序可以将结构的四边形网格转换为三角形网格。 但该文件中内容重复了mesh2tri函数写了两遍,可以删除重复部分。 Demo: clear all close all clc -Matlab grid program 1. Create mesh grid 2. Plot the original rectangular mesh 3.1 forward slash division of quadrilateral
getopt1
- 三角形单元的网格划分以及单元刚度矩阵的求解程序-Triangular mesh elements and the element stiffness matrix solver
wanggehuafen
- 用有限元分析的方法解微分方程,有限元计算过程中有个三角网格划分,这个程序就是关于三角形网格划分,-fem
Matlab-code
- 有限元计算程序,三角形线性单元求解泊松方程 包含网格划分,求解,误差分析-Finite element program
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
navmesh
- 导航网格源码 通过把地图划分为多个三角形 然后用A*基于三角形寻路 效率比格子高-Navigation grid source through the map is divided into a number of triangles and then with A* based on the triangle to find the efficiency than the grid high
Mesh2d_v24
- 三角形网格划分, 自由网格和结构网格划分,包括主要的matlab文件和函数,使用main.m 执行(mesh triangle grid using matlab, free mesh and structured mesh. The file include mfiles and functions. The program could be run through main.m)