搜索资源列表
MESH
- 用fortran写的画分网格的程序,大家有做有限元的可以看下-Written using fortran programs painting sub-grid
mesh_2d
- 二维贴体网格 fortran 源程序;偏微分方程生成网格,附详细的说明文档-body-fit mesh generation, two dimension
GRID
- 该程序应用FORTRAN语言编写,可快速对离散数据采用距离反比加权公式进行网格化处理,方便实用,直接下载编译就可以执行,非常方便快捷,应用多年效果较好!-The program application of FORTRAN language, and can be used for discrete data inverse distance-weighted formula for grid processing, convenient and practical, direct downlo
triangular-mesh-generation
- 这里提供一个生成三角形网格的基本程序:平面三角形网格生成原理及程序,内有说明文档-Planar triangular mesh generation principles and procedures for
code
- 二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。-Unstructured mesh generation process. Delaunay triangulation method used to achieve x-y plane of the trapezoidal region given unstructured mesh.
mesh-generation
- 采用微分方程生成网格的例子,带有附加说明和源码-the mesh generation by using the pde, with the reference file and the source code.
MESH
- Fortran Programme for Meshing in 2D and 3D
paramesh4.0
- 做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinem
mesh
- 叶轮机械多级叶轮网格生成程序介绍 侯 乐 毅 非定常流课题组 本文开发的叶轮机械多级叶轮网格生成程序,采用的网格类型为H型,并在叶片前面/后面延伸区域设置平直网格数ID1和IDN。主程序MESH_BLADE_STAGES,分成三个部分,原始叶型及控制参数从输入程序INPUT输入,求解程序为GRID(ZERO),输出程序为OUTPUT。-Multi-stage turbomachinery impeller mesh generation procedures introduce Hou
quad_mesh
- 四边形网格的生成算法,可以看看,我认为不错!-Quadrilateral mesh generation algorithm, you can look good in my opinion!
code
- Euler移动网格程序,主要自适应移动网格方法求解方程。-moving mesh method for Euler equatioon
doctor
- unstructured mesh of FVM!
liuchang
- 二维浅水方程运行流场,采用有限元法变成,采用不规则三角形网格的分步杂交方法,在前半步长用特征线法,后半步长用集中质量有限元方法求解方程,是变边界模型-Two-dimensional shallow water equations to run the flow field into a finite element method, using irregular triangle mesh step-by-step hybrid methods, with the former half-len
laplas
- Laplace method to make mesh
meshgeneration
- 计算用网格剖分程序,利用Bowyer-Watson method 法剖分,生成Delaunay网格-Calculation mesh generation procedure, and use law split Bowyer-Watson method to generate Delaunay meshes
airfoil
- 利用FORTRAN 开发的机翼数值模拟的源代码。其中包括了网格划分。-The development of the use of FORTRAN source code for the numerical simulation of the wing. Including mesh.
DELAUNEY
- 利用DELAUNEY三角化方法生成非结构三角网格,可用于有限元或有限体积法网格的自动划分-Triangulation method using DELAUNEY generate unstructured triangular meshes, can be used for finite element or finite volume Mesh automatic classification
HADAPT_man
- 2d adaptive finite element fortran code for transient heat transfer analysis (inlcudes a 2D unstructured mesh generator program)
Fortran语言
- fortran 总刚 单刚 源程序 有限元 分析节点及单元编号。已知区域x1边m等分,y1及y2边n等分,再将圆弧m0等分,最后将x2边(m-m0)等分,并找到各个边等分点的坐标。再将x1边的等分点按顺序分别与x2边和圆弧边的等分点用线段相(fortranUniform Mesh on Unit Circle: % fd = inline('sqrt(sum(p.^2,2))-1','p'); % [p,t] = distmesh_2d(fd,@huniform,0.2,