搜索资源列表
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
pianweifenfangcheng
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
inviscid_eqution
- 求解粘性Burger方程和非粘性Burger方程的各种差分格式,包括BTCS格式的显式计算 BTCS格式的隐式计算 滞后非线性项 向前时间步长线性化 牛顿迭代法线性化 Lax-Wendroff格式 通量分裂格式显试计算 通量分裂格式隐式计算 CN格式隐式计算 等格式。-Solution of viscous Burger equation and non-viscous Burger differential equations of various for
1Dnumerical-reservoir-simulation
- 油藏一维一相数值模拟,使用不同方法进行比较有,显式差分格式,隐式差分格式,及精确解的比较-One phase of one-dimensional numerical reservoir simulation, using different methods compared, explicit difference scheme, implicit difference scheme, and the comparison of exact solution
xplicit
- RLW方程的一个新的显式多辛格式RLW equation of a new type of explicit Duo Xinge-RLW equation of a new type of explicit Duo Xinge
Code-of-differential-equations-
- 微分方程数值解的几种解方程方法代码 1.欧拉公式 2.解高阶方程 3.古典显式插查分格式 4.C-N格式 5.五点插分格式-Code of differential equations of several equations Euler formula for solving higher order equations to classical explicit insert check points format 4.CN format. 5-drop format
classicle
- 用古典显式和古典隐式格式计算偏微分方程初值解,抛物型方程解-Classical explicit and classical implicit scheme to calculate the partial differential equation initial value solution of parabolic equations
wudianchafen
- 用显式差分格式计算双曲线方程初边值问题的解,用显式差分格式求数值解-Explicit Difference Schemes for computing the solution of initial boundary value problem in hyperbolic equations, numerical solution Explicit Difference Scheme
paraaa
- parabolic equation 显式格式 u_t=u_-parabolic equation explcit shceme
xianshichafengeshi
- 利用古典显式差分格式求解抛物型偏微分方程-parabolic partial differential equation
xianshi
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题
chafenfangfa
- 求一维抛物线方程的全隐/显式格式离散方法的解法。matlab-Seeking a full-dimensional parabolic equation implicit/explicit solution form discrete methods. matlab
Untitled3
- 本程序利用显式差分格式,将波动方程离散化,进而求出波动方程的数值解,不断地细化空间和时间步长,可以让数值解逼近理论解。-The program with the implicit difference method, the discrete wave equation, the numerical solution is obtained, continue to refine the long walk the numerical solution can approach the the
Incompressible-Couette
- 此程序分别用显式格式和隐式格式对不可压库埃特流进行数值求解。-This program can be used to solve the Incompressible Couette flow numerically with an explicit scheme and implicit scheme respectively.
Euler-explicit-method
- 采用c语言格式进行了欧拉显式方法解微分方程-Euler explicit method for solving differential equations
simple-11-16
- SIMPLE方法求解椭圆问题,SIMPLE基于人工压缩性的显隐式格式,Fortran语言,输出结果可用tecplot直接打开。-SIMPLE method for solving elliptic problems, SIMPLE-based artificial compressibility explicit implicit scheme, Fortran language, the output can be used to directly open tecplot.
Euler-Maruyama
- 解BSDE方程的欧拉算法 采用显式格式 隐式格式需要进行皮卡迭代-Euler-Maruyama Method for BSDEs
Desktop
- 一维波动偏微分方程方程,差分法显式格式求数值解-One dimensional wave equation partial differential equations, difference explicit format Solving the Numerical Solution
一维热传导方程_有限差分
- 分层的一维热传导方程的有限差分法MATLAB程序,是简单的显式差分格式,尽量使用了矩阵运算,没有符号运算。 文件chafen1.m以路面为例,假设有多层建筑材料,热传导系数已经在代码中给出。用户使用时请按自己需要修改chafen1.m文件,增减层数,修改热传导系数等即可。(One-dimensional heat conduction equation finite difference method MATLAB program, is a simple explicit differenc
显式格式求解一维热传导问题matlab程序
- 求解四层复合材料的第一类边界条件下一维热传导问题(Solving one-dimensional heat conduction problem of four layered composite under the first boundary condition)