搜索资源列表
等边三角形有限元网格生成程序
- 等边三角形有限元网格生成程序,效果不错,值得参考-equilateral triangle finite element mesh generation process, the effect is true, they may be worth
cvt_mesh.rar
- 一个三维有限元网格自动剖分源代码程序,功能较为强大,可用于有限元网格划分。,A three-dimensional finite element mesh automatic generation source code procedures, functions more powerful and can be used for finite element mesh.
tetgen1.4.2.tar
- 有限元网格划分,描述了有限元网格划分的网格技术-Finite element mesh to describe the finite element mesh of the grid
一个二维的网格产生程序
- 有限元分析方法使用c语言编程生成二维网格的程序-finite element analysis method using C language programming two-dimensional mesh generation process
Gmsh
- 有限元网格划分代码,开源代码,真的很实用哦-fem,grid,auto,opensource
geompack
- 有限元网格划分技术。如何用程序进行三维模型的网格划分-Finite element mesh technology. How to use the procedure of three-dimensional model grid
finite_elements_mesh
- 使用有限元方法对平面进行网格划分 附有程序使用说明-Plane using the finite element method to mesh with program instructions
libmeshs
- 一个值得使用和下载的有限元网格剖分的源代码库-Use and download a finite element mesh of the source code library
Possion_FEM
- 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
3d
- 在vc下读取MSC.PATRAN的数据库,并且按照一定格式输出数据文件,包括有限元网格、结点等。-MSC.PATRAN in the vc read the database, and format output data according to certain documents, including the finite element mesh, nodes and so on.
mesh_merge
- 将不同的有限元网格合并成一套,利用之进行数值计算-merge meshgrid
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.
bfstep
- 四边形结构网格,可用于有限元有限体积的计算-Quadrilateral structured grid can be used for the calculation of the finite element, finite volume
Distmesh
- 网格剖分算法,有限元编程的前期工程,网格剖分-Mesh generation algorithms, finite element program works in the mesh generation
elementmetodprogr(withcatalog)
- 关 键 字: Ansys 前后处理 网格划分 有限元程序 源代码 Ansys 前后处理 网格划分 内容简介:完整结构有限元程序源码下载。-Keywords: Ansys finite element mesh before and after the treatment program source code Ansys mesh before and after treatment Introduction: The complete finite element program sou
Contour
- 一种简单的基于拉格朗日线性插值算法、适合于有限元后处理所必须的绘制等值线方法。使用VC++软件发展的绘制等值线的程序,此程序采用拉格朗日线性插值算法适合于4边形4节点的有限元网格。-A simple linear interpolation algorithm based on Lagrange suitable for finite element post-processing necessary to draw the contour method. Software developmen
Method-based-on-the-parameters-of-wave-front-surfa
- 基于波前法的参数曲面有限元网格生成算法Method based on the parameters of wave-front surface finite element mesh generation algorithm-Method based on the parameters of wave-front surface finite element mesh generation algorithm
Mesh3DIncPts
- 用于有限元网格生成及优化,包括二维和三维情形-For the finite element mesh generation and optimization, including two-dimensional and three-dimensional case
wanggehuafen
- 用有限元分析的方法解微分方程,有限元计算过程中有个三角网格划分,这个程序就是关于三角形网格划分,-fem
基于AutoCAD有限元数值结果图形显示软件开发
- 为了开发小型专用数据图形显示软件,使之能够为专用有限元程序的变量提供后处理工具,并与大型通用软件建立连接界面,设计了一种使用FORTRAN语言开发的、基于AutoCAD平台的有限元数值结果后处理的图形显示软件FEMCAD.该软件能够将有限元网格及数值分析结果的特点与AutoCAD所提供的图元结合起来,按照AutoCAD图形交换文件的格式把有限元数值计算结果写到AutoCAD的DXF文件中,进而实现了在AutoCAD界面下将小型专用有限元数值结果的可视化.