搜索资源列表
uxy
- 用Mento carlo方法求解椭圆型微分方程的c++代码-Pfizer carlo methods used to solve the differential equations of elliptic code c
EllipticEquation
- 利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h
movingmesh
- 基于前面上传的变系数的椭圆型方程的例子,来加入移动网格的模块,使得网格能够更加集中于数值解中的弱间断的位置。这个移动网格模块的算法,整个网格的边界和内部将会耦 合移动,因此,在区域的不同边界上,需要使 用不同的材料标识才能使得程序对每个不同的 边界上的信息加以区分。
local
- 将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。
Chap4chafen
- 微分方程数值解中,利用有限差分求解椭圆型方程
MatlabFiniteDifferenceMethodof
- 有限差分法的Matlab程序(椭圆型方程),用有限差分法求解矩形域上的Poisson方程,Matlab Finite Difference Method of Procedure (elliptic equations), using finite difference method on the rectangular domain of the Poisson equation
amg1r5
- 代数多重网格法的经典程序,主要用来求解椭圆型方程-classical code of ALGEBRAIC MULTIGRID METHOD
pdegui
- 用有限差分精确的求解了椭圆型偏微分方程,对于很多理工科专业有很*价值。-Accurate finite difference solution of elliptic partial differential equations, for many science and engineering professionals have great reference value.
finitvolummethod
- 有限体积法及其在边值问题中的应用本文介绍了极小位能原理、虚功原理和Ritz-Galerkin方法.主要讨论了椭圆型方程定解问题的有限体积法和双曲型方程定解问题的有限体积法,简要说明了椭圆型方程定解问题的有限体积法的收敛性和近似解误差估计.另外,针对矩形域上一个泊松方程的具体定解问题,导出了它的一种特殊有限体积格式,并且编程实现,计算出该泊松方程定解问题的数值解,将算出的数值解与问题的精确解进行了简单比较,得到了初步的结论.在具体例子中用的是一种特殊的有限体积格式,它可以化为五点差分格式,它比较简
ssor
- 数值求解正方形域上的Poisson方程边值问题,用由椭圆型第一边值问题的五点差分格式,用Gauss-Seidel迭代法、块Gauss-seidel迭代法、SSOR迭代法编写求解线性方程组Au=f的算法程序-Numerical Solution of the Poisson equation on a square domain boundary value problem, with the first boundary value problem by the oval five-point
flow-and-heat-transfer
- (1) 二维椭圆型流动和传热问题通用计算机程序算法方面的特点 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; -(1) two-dimensional elliptic flow and heat t
HOMEWORK_3
- 定常热传导方程求解,采用时间法。编程语言fortran,主要是实现求解椭圆型方程的功能。-steady conduction
grid
- 给定边界在内部用椭圆型微分方程画网格的程序,包括问题简介和分析和结果,以及源代码,采用了简单迭代,g-s迭代,aid方法等-Given boundary in the internal with elliptic differential painting grid program, including Introduction to the problem and the analysis and results, as well as source code, using a simple
elliptical_equation
- 采用五点差分格式计算椭圆型方程的近似解,并验证五点格式的收敛速度-The five point differential scheme is used to compute approximate solutions of elliptic equation.
wudianchafen
- 五点差分法(matlab)解椭圆型偏微分方程方程,分法,偏分,五点差分,椭圆型,偏微分方程-Five-point difference method (matlab) solutions of elliptic partial differential equations, sub-law, partial points, five-point difference, elliptic partial differential equations
wudianchafenfa
- 文章的代码主要讲述椭圆型方程五点差分格式。用MATLAB软件来实现,大大提高了算法的精确度。-The code article focuses on five difference scheme for elliptic equations are considered. Use MATLAB software to realize, greatly improve the precision of the algorithm.
jinchafen
- 代码主要阐释了椭圆型方程的紧差分格式的算法,由数值结果可知,大大提高了数值精度.-Code is mainly explained the compact difference scheme of the algorithm of elliptic equations, the numerical results shows that numerical accuracy was improved greatly.
finite_element_quadratic_form
- 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
MATLAB
- 利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
基于Laplace方程的翼型O-形网格生成器
- 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。