登录
首页 » matlab » Mesh2d_v24

Mesh2d_v24

于 2017-07-11 发布 文件大小:1938KB
0 99
下载积分: 1 下载次数: 13

代码说明:

  三角形网格划分, 自由网格和结构网格划分,包括主要的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)

文件列表:

Mesh2d_v24\checkgeometry.m
Mesh2d_v24\circumcircle.m
Mesh2d_v24\connectivity.m
Mesh2d_v24\dist2poly.m
Mesh2d_v24\facedemo.m
Mesh2d_v24\findedge.m
Mesh2d_v24\fixmesh.m
Mesh2d_v24\inpoly.m
Mesh2d_v24\main.m
Mesh2d_v24\main2.asv
Mesh2d_v24\main2.m
Mesh2d_v24\main3_airfoil.asv
Mesh2d_v24\main3_airfoil.m
Mesh2d_v24\main3_reflec.asv
Mesh2d_v24\main3_reflec.m
Mesh2d_v24\main3_reflec1.asv
Mesh2d_v24\main3_reflec1.m
Mesh2d_v24\main4_step.asv
Mesh2d_v24\main4_step.m
Mesh2d_v24\mesh.dat
Mesh2d_v24\mesh2d.asv
Mesh2d_v24\mesh2d.m
Mesh2d_v24\meshdemo.m
Mesh2d_v24\meshfaces.m
Mesh2d_v24\meshpoly.m
Mesh2d_v24\mesh_collection.m
Mesh2d_v24\mydelaunayn.m
Mesh2d_v24\mytsearch.m
Mesh2d_v24\quadtree.m
Mesh2d_v24\quality.m
Mesh2d_v24\refine.m
Mesh2d_v24\shock_mach.asv
Mesh2d_v24\smoothmesh.m
Mesh2d_v24\tinterp.m
Mesh2d_v24\triarea.m
Mesh2d_v24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eptree112d
    说明:  使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数(EPTREE can be used for good, C, C++, Java code analysis. Mapping function tree diagram, calculate the stack size. )
    2008-10-14 23:15:43下载
    积分:1
  • drop
    使用fluent udf编程,实现水滴在空气中的运动描述。(Use fluent udf programming, to achieve the movement of water droplet in the air.)
    2014-06-13 14:27:10下载
    积分:1
  • shock_tube_problem
    求解激波管问题等产生的偏微分方程组的各种数值算法。(Shock tube problem solving, such as partial differential equations arising from a variety of numerical algorithm.)
    2009-03-18 19:18:29下载
    积分:1
  • data-fit
    基于最小二乘法的离散数据的曲面拟合,有二次拟合和三次拟合,并能自动出图(Based on the least squares method of discrete data of the surface fitting, there are quadratic fitting and three fitting, and can automatically plot)
    2021-04-23 09:18:48下载
    积分:1
  • ls
    说明:  此程序为分段最小二乘算法曲线拟合,可对一模型进行分段拟合,增加准确性和精确度.(This program is sub-least-squares curve fitting algorithm can be fitted to a sub-model to increase the accuracy and precision.)
    2009-09-09 09:44:01下载
    积分:1
  • Aximn
    说明:  fortran弹塑性分析程序,很有用的啊!(fortran plastic analysis program, very useful)
    2021-04-15 19:48:54下载
    积分:1
  • readdxf
    fortran编写的读取dxf程序,可读取圆,多线段,直线,点,块参照,文字的坐标高程信息(write by fortran ,it can read dxf program, can read a round, multi line, linear, point, block reference, the coordinates of elevation information text)
    2012-01-18 14:41:08下载
    积分:1
  • MYFEM
    有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 (In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)
    2009-05-22 17:22:56下载
    积分:1
  • 最小二乘法
    说明:  对该模型参数辨识采用递推最小二乘法,即 RLS( recurisive least square), 它是一种能够对模型参数进行在线实时估计的辨识方法。(The recursive least square method is used to identify the parameters of the model, that is, rls (recurisive least square), which is an online real-time estimation method for the model parameters)
    2019-01-17 17:03:00下载
    积分:1
  • 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)
    2017-07-11 21:28:07下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载