登录
首页 » matlab » triangulation

triangulation

于 2020-06-16 发布
0 215
下载积分: 1 下载次数: 1

代码说明:

说明:  三角形网格上的线性有限元方法求解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
  • BeamFreqMode
    细梁的振动,无量纲振动控制方程关于梁的动力响应(Beam power with applications from mechanical aerospace electrical and civil engineering free vibration nondimendional frequency coefficients on the dynamic behaviour of the beam)
    2012-11-01 16:33:58下载
    积分:1
  • emd+bianjipu
    先通过emd进行分解,然后求出边际谱,进行分析(First, the EMD is decomposed, and then the marginal spectrum is obtained)
    2020-12-08 10:29:20下载
    积分:1
  • 121
    1. 牛顿迭代法 function [x,i]=newtonmethod(x0,f,ep,Nmax) 牛顿法求非线性方程根 x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数 x是输出迭代序列,i是迭代次数 2. 二分法 function [x,k]=bisection(a,b,f,ep) 二分法解非线性方程 输入区间[a,b],函数f和误差ep, Nmax为最大二分次数 x为输出近似根, k为二分次数 ( Newton s law and the dichotomy)
    2020-10-12 22:57:32下载
    积分:1
  • fortran
    关于常用的FORTRAN算法,该书有关于线性方程组的求解,矩阵特征值的计算,常微分方程组的求解等(FORTRAN on the commonly used algorithms, the book on the linear equations, eigenvalue calculation, solving ordinary differential equations, etc.)
    2010-06-24 16:36:16下载
    积分:1
  • ghuif
    交错网格PML弹性波模拟地震波形的c语言程序(Staggered grid PML elastic wave seismic waveform simulation)
    2014-11-28 20:32:23下载
    积分:1
  • 3DForce
    Fortran编写的用来计算集中力在三维半空间弹性体中下表面应力的程序。(Written in Fortran is used to calculate the stress concentration at the surface in three-dimensional space of half an elastomer program.)
    2016-10-10 09:35:53下载
    积分:1
  • KZK
    求解KZK方程的VISUAL C++源代码 具有计算速度快,计算精度高等优点。(source code solution of KZK equation visual c++)
    2021-05-13 10:30:02下载
    积分:1
  • CHANGCHANGLENGTH
    说明:  复合材料层内基于断裂韧性退化的VUMAT子程序(VUMAT subroutine based on fracture toughness degradation in composite laminates)
    2021-04-07 17:49:01下载
    积分:1
  • COMSOLMultiphysics(1)
    COMSOL_Multiphysics基本操作指南和常见问题解答,非常有助于帮助使用有限元建模的朋友!(COMSOL_Multiphysics basic instructions and FAQs, very helpful in helping friends using finite element modeling!)
    2013-06-09 11:32:35下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载