搜索资源列表
Moving_Least_Squares
- 移动最小二乘MLS是无网格近似的基础,代码为ID,但适用于高维问题-mobile MLS is not the least square grid similar to the basis for the ID code, but applied to the high-dimensional problems
RBFcollocRO
- 本代码为基于matlab的求解偏微分方程的利用径向基函数的无网格方法的源码-based on the Matlab code for the solution of partial differential equations using Radial Basis Functions non-grid method FOSS
efg1d
- 一篇优秀的无网格伽辽金方法入门文章。这篇文章最好的地方在于——提供了matlab源码。方便大家了解和学习无网格的编程实现
efg1d
- 一篇优秀的无网格伽辽金方法入门文章。这篇文章最好的地方在于——提供了matlab源码。方便大家了解和学习无网格的编程实现
《无网格法》书籍代码
- 张雄《无网格法》书后matlab源码,有助于对无网格法程序实现的学习
chengxu.rar
- 求解二维对流扩散方程,采用径向基函数配点无网格法,Solving two-dimensional convection-diffusion equation using radial basis function collocation meshless method
Meshless-method
- 此代码为《无网格法》书籍的Matlab源码,作者是张雄。-This code is "meshless method" Matlab source books, the author is Zhang Xiong.
2Dmtlab
- 无网格法求解2维悬臂梁问题的Matlab程序,与有限元方法相比有很大的好处-the method of meshless
meshfree
- 清华大学张雄网格法书中程序,MATLAB版本,均经过测试。助你快速掌握并应用无网格法-Tsinghua University, Zhang Xiong grid method book programs, MATLAB version, are tested. Help you quickly grasp and apply the no-grid method
meshless1D
- 自己整理出来的几个常用的一维无网格方法的matlab程序。-Organize their own out of several commonly used one-dimensional meshless method matlab program.
mlpg_meshfree_xbl
- 无网格mlpg方法解决集中荷载悬臂梁源程序-MLPG meshfree method
MWLS1D
- 经典无网格教程的无网格算法的例程,属于第六章例程-Classical meshless tutorial meshless algorithm routine, part of Chapter VI of the routine
2
- 经典无网格教程的随书算法的例程,属于第二章例程-Classical meshless algorithm tutorial with the book routines, routines that belong to the second chapter
3
- 经典无网格教程的随书算法的例程,属于第三章例程-Classical meshless algorithm tutorial routines with books, belonging to the third chapter routines
4
- 经典无网格教程的随书算法的例程,属于第4章例程-Classical meshless algorithm tutorial routines with books belonging to Chapter 4 routines
5
- 经典无网格教程的随书算法的例程,属于第5章例程-Classical meshless algorithm tutorial routines with books belonging to Chapter 5 routine
7
- 经典无网格教程的随书算法的例程,属于第7章例程-Classical meshless algorithm tutorial routines with books belonging to Chapter 7 Routine
glarkin
- 伽辽金无网格法求解一维问题的MATLAB代码,内附2个子程序。-the method of glarkin meshless
fun_t2v
- 旋转交错网格无匹配层有限差分,应力计算速度部分-Rotated staggered grid finite difference without matching layer, the stress part of the calculation speed
无网格和有限元对应的matlab程序
- 该程序包同时包含无网格meshless程序(用matlab编写)和有限元程序。两种方法编程,可便于对照学习。包含几十个matlab的m源程序,思路清晰,注释详细。