搜索资源列表
BEM3d-laplace.rar
- 应用边界元方法求解三维Laplace方程,对于数值计算学习有一定的指导性,bem---3D-Laplace equation
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
pdegui
- 偏微分方程数值解法,包括泊松方程,特征值方程,热传导方程和波动方程-PDEGUI demonstrates the finite difference solution of model problems involving Laplace s operator
laplace
- 偏微分数值解法中求解正方形区域中的Laplace方程Dirichlet问题 程序-The solution of numerical solution of partial differential square area of the Laplace equation Dirichlet problem Program
3DLaplace
- 有限元法求解三维球面边界函数中的Laplace 方程-
po
- 松弛法解laplace方程,包括详细说明和参数选择以及网格选取-Relaxation method to solve laplace equation, including detailed descr iptions and preferences and select the grid
electromagnetic-flowmeter
- 为使计算快捷、简化, 给出了一种求解Laplace 方程边值问题的半解析方法。交替运用边界条件的不同部分, 迭代求出满足实际边界条件下的解。-A simple, fast sem i-analytical method is introduced for solving boundary value problems in volving the Laplace equati on . Th is method used parts of the boundary condition alt
laplace
- 有限元方法中的使用一次线性元在矩形区域上求解laplace方程的数值代码例子-Finite element method, the use of a linear finite element numerical code examples for solving laplace equation on a rectangular area
laplaceF-
- 用有限差分法求解矩形域上的laplace方程的matlab程序-laplace Equation
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
FEMforLaplace
- 有限单元法用于求解Laplace方程Fortran源程序-Finite element method for solving the Laplace equation
lapulasifangcheng
- 正方形区域Laplace方程Diriclet问题的求解,需要调用Jacobi迭代法和Guass-Seidel迭代法求解线性方程组 -laplace s equation
Finite-difference---Laplace-equation
- 有限差分法求解拉普拉斯方程,超松弛迭代,光波波长计算模拟-Finite difference method for solving the Laplace equation, SOR, the wavelength computational simulation
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
- 求解二维拉普拉斯方程的matlab程序的实现(Solving two-dimensional Laplace equation)
基于Laplace方程的翼型O-形网格生成器
- 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。