搜索资源列表
Deblur
- 图像去抖动程序,用小波多重网格法对卷积作逆变换得出清晰的原始图像并在此过程中去噪。
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
amg1r5
- 代数多重网格法的经典程序,主要用来求解椭圆型方程-classical code of ALGEBRAIC MULTIGRID METHOD
mg_smooth_ell
- L形区域几何多重网格算法,利用高斯赛德尔迭代法来实现-L-shaped region geometric multi-grid algorithm, the use of high-斯赛德尔iterative method to achieve
mg_smooth_step
- 多重网格法在step形状区域上的实现,三种不同光滑步可以实现.-Multi-Grid Method in the step shape of the region on the realization of three different smoothing step can be achieved.
multigrid--application
- 一本关于多重网格法的书,适合用于流体等专业学生-A book on multi-grid method, suitable for the fluid, and other professional students
hod2131
- 关于Hamilton_Jacobi_Bellman方程的一种新的多重网格法-About Hamilton_Jacobi_Bellman equation, a new multi-grid method
multigridPchao-qun-Liu
- 多重网格法是一种用于求解方程组的方法,可用于插值、解微分方程等。-Multiple grid method is a method for solving equations, and can be used for interpolation, solving differential equations, etc
AMD.tar
- 解大型方程组的代数多重网格方法,模仿几何多重网格法而来-algebraic multi-grid method
Multigrid-method
- 用多重网格法解非线性偏微分方程,假定N=4时为第0层l为输入的层数 r为MGM在在J-1层调用的次数-With multi-grid method for solving nonlinear partial differential equations, assuming N = 4 when the input layer 0 l layers r for MGM in the number of J-1 layer calls
MGmethod
- 多重网格法求解拉普拉斯方程算例,用7层网格进行求解-Multigrid method for solve laplace equation
ML
- 多重网格法求解线接触弹性流体动力润滑问题-Multi-grid method for solving linear contact EHL problem
POINT
- 采用多重网格法计算点接触变形,可学习多重网格积分法-Using multi-grid method to calculate the point contact deformation, can learn multi-grid integration
多重网格法实例及matlab程序
- 多重网格法实例及matlab程序,多重网格法主程序 。(Examples of multigrid methods and MATLAB programs)
two dimensional convection diffusion equation
- 包含求解二维对流/扩散方程的标量(给定的标量输运) 速度场,稳态和非稳态)采用有限体积法和直角坐标网格,求解Navier Stokes方程的定常和非定常采用笛卡尔网格和同位配置变量。它还包含生成笛卡尔网格(单个或多重网格)的代码,以及绘制计算结果的代码。后者的代码产生的每一个情节页后记文件:网格、速度矢量图、剖面的速度或温度,等压线,等温线和流线和压力填充图、温度或流线。更改此目录并读取本地“自述文件”文件,以获得该目录中文件的进一步信息。子目录管包含为管道流设置的代码的版本,包括入口和出口边
two dimension laminar NS
- 二维Navier Stokes方程求解层流新代码(定常或非定常)采用有限体积法和非正交结构化网格与并置排列的变量。H、O和C-网格可以使用,用多重网格的水平。(the new codes for solving the laminar two-dimensional Navier-Stokes equations (steady or unsteady) using Finite-Volume method and non-orthogonal structured grids with a
2017.12.01 FHN模型程序
- 利用差分算法计算分数阶FHN方程和狄利克雷(Dirichlet)零边界条件: , 其中,数值仿真过程中需要对参数、和、进行选取。区域离散在空间方向取为个点,时间方向的步长为, 截止时间为T=1000。 2.程序 FHN_CG 是采用共轭梯度法求解线性代数方程组 Au=b。 程序 FHN_MG 是采用多重网格算法求解线性代数方程组Au=b(Using the difference algorithm to calculate the fractional FHN equation,
multigrid poisson 2d
- 多重网格法解二维泊松方程,多重网格法重要的学习资料。
雷诺方程求解程序
- 用于滑动轴承的雷诺方程求解程序,使用有限差分法和多重网格法。