登录
首页 » matlab » triangulation

triangulation

于 2020-06-16 发布 文件大小:69KB
0 91
下载积分: 1 下载次数: 0

代码说明:

  三角形网格上的线性有限元方法求解Helmholtz问题,多项式重构以及Richardson外推(solve the Helmholtz equation with robin boundary condition on triangulation mesh, PPR and Richardson extrapolation)

文件列表:

adjust_quiver_arrowhead_size.m, 3200 , 2017-06-06
appOfRichardson.m, 4635 , 2017-06-06
distortingmesh.m, 2165 , 2017-06-06
ex1err1kh.m, 2135 , 2018-06-15
ex1errfun.m, 4123 , 2017-06-06
ex1errRelativeError.m, 3248 , 2017-06-06
ex1err_smallestn.m, 1213 , 2017-06-06
ex1fun_smalltn.m, 1981 , 2017-06-06
femtrg.m, 989 , 2017-06-06
fix_point_iteration.m, 190 , 2017-06-06
forgetdisdata.m, 2879 , 2017-06-06
forgetdismesh.m, 1616 , 2017-11-13
getQ2error.m, 785 , 2017-06-07
getup2.m, 4644 , 2018-01-31
ipfemassem2.m, 7055 , 2017-06-06
lglnodes.m, 1267 , 2017-05-09
lshapedassem.m, 7289 , 2018-03-15
lshapedinterp.m, 986 , 2018-02-24
lshapedinterp2.m, 365 , 2018-03-13
lshapedmesh.m, 1705 , 2018-02-11
lshapedpprgu.m, 1980 , 2018-02-28
lshapedpprpt.m, 2281 , 2018-02-28
meshhexagon.m, 2349 , 2017-06-06
meshrectangle.m, 3043 , 2017-06-06
meshrectangular.m, 999 , 2018-01-27
mesh_alpha.m, 1710 , 2017-06-06
mypdemesh.m, 481 , 2017-06-08
myrefinemesh.m, 8843 , 2018-01-31
parallelograms.m, 2061 , 2017-06-06
pprgu2.m, 1133 , 2017-06-06
pprpt2.m, 2449 , 2017-06-06
ppr_linear.m, 2766 , 2018-04-10
quadgauss.m, 1343 , 2017-06-06
quad_r13.m, 236 , 2018-02-08
refinemeshhexagon.m, 91 , 2017-06-06
refinemesh_adaptive.m, 417 , 2018-03-15
refinemesh_adaptive_ppr.m, 1190 , 2018-01-23
refinemesh_adaptive_RE.m, 1605 , 2018-03-15
refineQuadrilateralMesh.m, 1834 , 2017-06-06
RicharExtra.m, 7696 , 2018-04-10
RicharExtra_bestpars.m, 4624 , 2017-06-06
RicharExtra_Delaunay.m, 4498 , 2017-06-07
RicharExtra_Delaunay_L.m, 6219 , 2018-03-14
RicharExtra_Delaunay_L_adaptive1.m, 6088 , 2018-03-16
RicharExtra_Delaunay_L_adaptive2.m, 7774 , 2018-04-11
RicharExtra_Delaunay_L_adaptive3.m, 7437 , 2018-03-16
RicharExtra_Delaunay_square.m, 8331 , 2018-01-29
RicharExtra_Delauny_k3h2.m, 6819 , 2018-01-28
RicharExtra_k3h2.m, 5861 , 2018-01-27
RicharExtra_k3h2s.m, 6398 , 2017-06-12
RicharExtra_k3h2_test.m, 7305 , 2017-06-06
RicharExtra_k4h3.m, 5835 , 2017-06-13
RicharExtra_k5h4.m, 7245 , 2017-06-06
RicharExtra_kh.m, 5020 , 2017-06-07
RicharExtra_L.m, 4811 , 2018-03-17
RicharExtra_L_adaptive1.m, 5200 , 2018-03-16
RicharExtra_L_adaptive2.m, 5249 , 2018-03-16
RicharExtra_L_adaptive3.m, 5253 , 2018-03-17
solu4sh.m, 462 , 2017-06-06
test.m, 844 , 2018-02-03
testppr.m, 880 , 2017-06-06
test_L_shape.m, 736 , 2018-03-18
uex_fun.m, 311 , 2018-02-04
uey_fun.m, 308 , 2018-02-04
upfemrefbas.m, 911 , 2017-05-09

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

发表评论

0 个回复

  • cpp
    说明:  你输入一个长方体的长和宽以及高,就可以输出他的面积(input height,width,length,output volume)
    2010-04-11 21:19:10下载
    积分:1
  • FEM.CPP.tar
    一个有限元计算的例子,初学者可以参考,简单易看懂(an example of FEm computation)
    2009-07-03 08:50:46下载
    积分:1
  • bp
    说明:  c++编程bp神经网络,用c++语言编写的bp神经网络(C++ programming bp neural network, bp neural network written in c++ language.)
    2018-04-28 15:09:52下载
    积分:1
  • learn_struct_K2
    本程序是贝叶斯网络结构学习的K2算法程序,可获取离散变量的贝叶斯网络(This procedure is K2 Bayesian network structure learning algorithm program, available discrete variables Bayesian Network)
    2015-11-30 20:29:15下载
    积分:1
  • ZCXLJ
    支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合(Support vector machines and BP neural network can be used for non-linear regression fit, but they is not the same principle, support vector machine based on structural risk minimization theory, generally considered its generalization ability than the neural network of strong . Inherent defect- a large number of simulation confirmed that generalization ability of support vector machine is stronger than the BP network, but also to avoid neural network training results unstable. The source code can be used for linear regression, nonlinear regression, nonlinear function fitting a variety of applications, data modeling, forecasting, classification)
    2020-09-18 19:27:53下载
    积分:1
  • thermal-1
    说明:  用LBM代码编写的由于温差而产生的自然对流小程序(As with the LBM code written in natural convection resulting from temperature applet)
    2021-05-15 11:30:02下载
    积分:1
  • for语言编写的abaqus混凝土弹性本构
    利用for语言精确模拟混凝土的全过程弹性本构(Accurate simulation of the whole process of elastic constitutive of concrete by for language)
    2020-11-23 20:09:34下载
    积分:1
  • matlab
    基于二阶锥规划的旁瓣抑制滤波器的设计仿真,其中包括m序列,失配滤波器设计,并且考虑增益处理损失。(Based on SOCP sidelobe suppression filter design simulation, including m-sequence mismatch filter design, and to consider the loss of gain processing.)
    2020-12-02 15:39:26下载
    积分:1
  • ADINA84
    ADINA 系统是一个单机系统的程序,用于进行固体、结构、流体以及结构相互作用的流体流动的复杂有限元分析。借助 ADINA 系统,用户无需使用一套有限元程序进行线性动态与静态的结构分析,而用另外的程序进行非线性结构分析,再用其他基于流量的有限元程序进行流体流动分析。此外, ADINA 系统还是最主要的、用于结构相互作用的流体流动的完全耦合分析程序(多物理场)。(ADINA System is a stand-alone system program for performing complex fluid flow finite element solid structure, and fluid structure interaction analysis. With ADINA system, users do not need to use a finite element program linear static and dynamic structural analysis, but with additional nonlinear structural analysis program, and then the other program flow based on finite element analysis of fluid flow. In addition, ADINA system or main, fully coupled analysis program for fluid flow structure interaction (multi-physics).)
    2016-11-10 18:24:26下载
    积分:1
  • SIMPLE
    数值传热学Simple算法,Fortran编写(Simple using Fortran)
    2017-07-05 12:18:44下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载