登录
首页 » matlab » triangulation

triangulation

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

  • 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
  • zsxjf
    说明:  Matlab编写的最速下降法算法程序,美国一本权威数值计算方面的书上的源程序。(Matlab prepared by the steepest descent algorithm, a numerical calculation authoritative book on the source.)
    2006-04-07 18:10:44下载
    积分:1
  • repeated-measures-ANOVA
    用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素( function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors. function [p, table] = anova_rm(X, displayopt)Single factor, repeated measures ANOVA.)
    2021-01-26 17:58:37下载
    积分:1
  • newTon.m
    牛顿插值法进行多项式逼近,matlab编译成功,直接可用(Newton interpolation polynomial approximation method, matlab compiled successfully, directly available)
    2013-07-09 13:33:06下载
    积分:1
  • 2
    说明:  地球处理多边体的重磁异常的正演,主要是地球数据处理的课程的实验项目2(The forward modeling of gravity and magnetic anomalies in the earth s processing of the multilateral body is mainly the experimental project of the earth data processing course 2)
    2016-03-14 21:28:38下载
    积分:1
  • Euler_JST_Runge-kutta
    说明:  计算流体力学基础中的二维欧拉方程求解程序,对流项离散采用JST格式,时间离散采用显示 Runge-Kutta法。(To calculate the two-dimensional Eula equation solver in the basis of fluid mechanics, the flow item discrete is in JST format and the time discrete is shown runge-Kutta method.)
    2021-03-22 19:49:16下载
    积分:1
  • stft
    基于matlab的短时傅立叶变换,有语音读取功能!(Based on the short-time Fourier transform matlab, have voice reading!)
    2007-10-19 17:51:23下载
    积分:1
  • acoustics3-3
    自己编写的关于水声实验插值的程序,给大家借鉴一下。(I have written on the underwater acoustic experiments interpolation procedure, we learn from you.)
    2013-05-14 19:58:04下载
    积分:1
  • matlab调用ANSYS实现桁架优化
    MATLAB调用ANSYS实现桁架优化,是一种创新的算法!(MATLAB calls ANSYS to achieve truss optimization, is an innovative algorithm!)
    2017-07-10 13:42:22下载
    积分:1
  • CALC
    以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。(A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.)
    2013-11-01 17:33:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载