搜索资源列表
DEFFIRENTIAL-EQUATION
- 用LAPLACE方法求解多维沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。此处为MATHEMAICAL程序-used method for multiple preoperational Ertaila equation here as a variable element of the equation, As the same time contain differential equations and integral, the general
pdesolve.rar
- 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
peEllip5
- 本程序是用五点差分格式解拉普拉斯方程,采用MATLAB作为开发环境,拉普拉斯方程有广泛的应用,五点差分格式的精度高 -This procedure is a five-point difference scheme for solution of Laplace equation, using MATLAB as a development environment, Laplace equation has a wide range of applications, a five-
youxianchafendiedaichenxu
- 有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
3DLaplace
- 有限元法求解三维球面边界函数中的Laplace 方程-
1D-laplace_MG
- 一个求解一维拉普拉斯方程的多重网格程序,挺简单的-a multigrid code for solving Laplace equation
po
- 松弛法解laplace方程,包括详细说明和参数选择以及网格选取-Relaxation method to solve laplace equation, including detailed descr iptions and preferences and select the grid
aerofoilgrid
- 绕翼型网格生成程序,采用O型网格,拉普拉斯方程。-Around the airfoil mesh generation process, the use of O-type grid, Laplace s equation.
peEllip5m
- 用工字型差分格式解拉普拉斯方程,简洁具体,效率高 -Employment the fonts differential format solution of the Laplace equation
lapulasi-CPP
- 一中空的横截面为正方形的长导体盒,与横截面垂直的方向上可认为是无限长。用求解横截面上电位的差分法和超松弛迭代计算拉普拉斯方程,-A hollow cross-section of a long conductor of square boxes, vertical cross-sectional direction can be considered infinitely long. Calculation of the Laplace equation by solving the cross
3D_FEM_CG
- 3维Laplace方程的有限元求解,利用P1协调元求解,三维网格剖分采用的软件为NetGen-Finite element solution of the three-dimensional Laplace equation, P1 coordinating element for solving the three-dimensional mesh generation software for NetGen
laplace
- 用五点差分公式数值求解了一个laplace方程,改编后可以用于求解其他laplace方程-Five-point difference formula for numerical solution of a laplace equation can be used to solve other laplace equation adapted
numerical-methods
- 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
equation
- 偏微分方程的数值解法:解拉普拉斯方程,扩散方程等-Numerical solution of partial differential equations: solution to Laplace equation, diffusion equation, etc.
laplace-equation
- 拉普拉斯方程求解五点差分,详细的程序,带有一个算例,基于matlab2010a(偏微分方程)-Laplace equation resolve
Chapter1
- Fortran求解二维Laplace方程,边界元法-Laplace with boundary Element method in Fortran
test_1
- 用五点差分解拉普拉斯方程,效果非常的好,值得下载-With a five-point difference solution of Laplace equation, the effect is very good, worth downloading
Laplace-equation-numerical-solution
- Laplace 方程数值解,要是研究小波基函数在自然边界元方法中的应用.目的是解决自然边界元方法中存在的奇异积分的困难,减小计算量,提高计算精度。-Numerical solution of Laplace equation, if the study wavelet function used in natural boundary element method. Singular purpose is to solve the difficulties of integrating natu
解Laplace方程
- 稳定温度场问题,包括Laplace方程的迭代法计算,以及对所采用的SOR松弛法的分析。(The problem of stabilizing the temperature field includes the iterative computation of the Laplace equation and the analysis of the SOR relaxation method employed.)
基于Laplace方程的翼型O-形网格生成器
- 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。