登录
首页 » matlab » triangulation

triangulation

于 2020-06-16 发布 文件大小:69KB
0 213
下载积分: 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 个回复

  • CFDMethod
    说明:  明尼苏达大学大牛G.V.Candler关于最近年来气动热、力的数值计算方面的总结,对该领域的学者有借鉴作用。(The Big Cow of University of Minnesota, G.V.Candler's summary on the numerical calculation of aerodynamic heat and force in recent years, which could be benifited for scholars in this field.)
    2020-06-06 15:18:35下载
    积分:1
  • Tensores-matlab
    A tensor product (ranks 1 and 2) matlab app
    2011-05-21 05:41:08下载
    积分:1
  • Conjugate-Gradient-Method
    共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)
    2017-03-14 15:48:15下载
    积分:1
  • fdtd-3D
    计算同轴电缆的时域有限差分算法的matlab程序(Finite-difference time-domain algorithm matlab program calculated coaxial cable)
    2012-10-18 15:06:49下载
    积分:1
  • kring123
    克里金(Kriging)插值法又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。它首先考虑的是空间属性在空间位置上的变异分布.(Kringing smooth)
    2020-09-16 21:57:55下载
    积分:1
  • thresholdsplit
    matlab计算的自适应阈值分隔,非常好用,适用于初学者(matlab adaptive threshold calculation separated, very useful for beginners)
    2008-04-16 21:14:29下载
    积分:1
  • p4vasp_for_windows_install
    这个windows下可视化晶体结构的软件,可用于构造晶体,界面,表面...对于做第一性原理初始模型的构建以及结果的可视化分析特别有用处.(Under the windows crystal structure visualization software can be used for the crystal structure, interface, surface ... do first principles for the construction of the initial model and the results of visual analysis is particularly useful.)
    2010-11-05 01:35:00下载
    积分:1
  • CH8
    8.1 最小二乘曲线拟合hpir1.c 8.2 切比雪夫曲线拟合hchir.c 8.3 最佳一致逼近的里米兹法hremz.c 8.4 矩形域的最小二乘曲面拟合hpir2.c(8.1 Least-squares curve-fitting hpir1.c 8.2 Chebyshev curve fitting the best uniform approximation hchir.c 8.3 years Meeds law hremz.c 8.4 rectangular domain least-squares surface fitting hpir2.c)
    2009-10-15 14:30:44下载
    积分:1
  • VUMAT_UMAT-interface
    abaqus umat与vumat之间的转换(interface between umat and vumat)
    2021-05-07 20:28:36下载
    积分:1
  • 大连理工大矩阵与值分析上机作业
    说明:  利用matlab软件进行数值编程,优化计算。(Matlab software is used for numerical programming and optimization calculation.)
    2020-06-22 04:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载