搜索资源列表
step-RK4
- 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
DYa
- 介绍了DYa算法的具体应用,是解决偏微分方程数值解的交换隐格式的方法
first
- 偏微分方程数值解输出离散解(详细内容见里面的说明)
matlab
- matlab工具箱函数汇总:统计工具箱,优化工具箱,样条工具箱,偏微分方程数值解工具箱
Poisson2
- 偏微分方程数值解- 这是矩阵的紧致存储及在紧致存储的矩阵上用共轭梯度(CG)方法解Poisson方程的实现, gcc mingw 3.4.4下通过
pianweifenfangcheng
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
fangchengqiugeng
- 偏微分方程的数值解法,包括所有源程序,请多多指教!-The numerical solution of partial differential equations, including all source code, please advice!
pdegui
- 偏微分方程数值解法,包括泊松方程,特征值方程,热传导方程和波动方程-PDEGUI demonstrates the finite difference solution of model problems involving Laplace s operator
matlab1
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法。 -The numerical solution of partial differential equations of the MATLAB program, introduced the most widely used elliptic, hyperbolic, parabolic partia
sandychen
- 偏微分方程数值解法的MATLAB源程序,非常全面。-Numerical solution of partial differential equations in MATLAB source, very comprehensive.
ex3.1.1p
- 孙志忠书:偏微分方程数值解,第三章第一节:抛物方程的有限差分解法向前欧拉格式-forward euler difference scheme for parabolic problem
ex3.3.1extrapolation
- 孙志忠书:偏微分方程数值解,第三章第三节,抛物方程的外推算法-extrapolation for parabolic patial differential equation
ex3.4.2
- 孙志忠书:偏微分方程数值解,第三章,Crank-Nicolson 外推法-Crank-Nicolson extrapolation for parabolic problem
forward
- 求解扩散方程的第一类初边值问题,一般用于偏微分方程数值解的上机作业(The first kind of initial boundary value problem for solving diffusion equation)
微分方程+偏分方程
- 计算微分方程和偏微分方程数值解,有效解决现实生活中多元复杂问题(The numerical solutions of differential equations and partial differential equations are calculated)
偏微分方程的数值解法
- 偏微分方程的经典求解方法,有限元分析法,可以求解典型的偏微分方程的数值解(The classical solution of partial differential equations and finite element analysis can solve the numerical solutions of typical partial differential equations)
文件
- 偏微分方程数值解的简单matlab计算演示(Simple matlab calculation demonstration of numerical solution of partial differential equation)
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在节点及对
偏微分方程数值解法
- 偏微分方程的数值解法,编程的理论指导,工科必备知识(Numerical solution of partial differential equation, necessary knowledge of Engineering)
偏微分方程的数值解法的程序
- 偏微分方程数值解法的MATLAB程序汇总(Summary of MATLAB program for numerical solution of partial differential equation)