搜索资源列表
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
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
paraaa
- parabolic equation 显式格式 u_t=u_-parabolic equation explcit shceme
xianshichafengeshi
- 利用古典显式差分格式求解抛物型偏微分方程-parabolic partial differential equation
Incompressible-Couette
- 此程序分别用显式格式和隐式格式对不可压库埃特流进行数值求解。-This program can be used to solve the Incompressible Couette flow numerically with an explicit scheme and implicit scheme respectively.
Euler-Maruyama
- 解BSDE方程的欧拉算法 采用显式格式 隐式格式需要进行皮卡迭代-Euler-Maruyama Method for BSDEs
Desktop
- 一维波动偏微分方程方程,差分法显式格式求数值解-One dimensional wave equation partial differential equations, difference explicit format Solving the Numerical Solution
偏微分方程求解
- 本文研究下列定解问题(抛物型方程) 的有限差分法,其中 为正常数, 为已知函数,且满足边界条件和初始条件。关于式(1)的求解,采用离散化方法,剖分网格,构造差分格式。其中,网格剖分是将区域 用两簇平行直线 分割成矩形网格,其中 分别为空间步长和时间步长。将式(1)中的偏导数使用不同的差商代替,将得到不同的差分格式,如古典显格式、古典隐格式、Crank-Nicolson格式等。其中,Crank-Nicolson格式具有更高的收敛阶数,应用更广泛,故本文采用Crank-Nicol