搜索资源列表
step-RK4
- 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
DYa
- 介绍了DYa算法的具体应用,是解决偏微分方程数值解的交换隐格式的方法
first
- 偏微分方程数值解输出离散解(详细内容见里面的说明)
Poisson2
- 偏微分方程数值解- 这是矩阵的紧致存储及在紧致存储的矩阵上用共轭梯度(CG)方法解Poisson方程的实现, gcc mingw 3.4.4下通过
pianweifenfangcheng
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
第七小组实验源代码
- 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
fangchengqiugeng
- 偏微分方程的数值解法,包括所有源程序,请多多指教!-The numerical solution of partial differential equations, including all source code, please advice!
sandychen
- 偏微分方程数值解法的MATLAB源程序,非常全面。-Numerical solution of partial differential equations in MATLAB source, very comprehensive.
adm
- admin 偏微分方程数值解,算法C++实现-admin algorithm C++ Implementation
Crank_Nicolson
- Crank_Nicolson.算法C++实现,偏微分方程数值解,保证能运行-Crank_Nicolson. Algorithms C++ implementation, numerical solution of partial differential equations, guaranteed to run
longgekuta
- longgekuta.算法C++实现,偏微分方程数值解,保证能用-longgekuta. Algorithms C++ implementation, partial differential equations, can be used to ensure
partial-differential-equations-
- 偏微分方程数值解 简要介绍了偏微分方程的解法-The numerical solution of partial differential equations brief introduction to Partial Differential Equations and
PDE
- 偏微分方程数值解应用于迭代学习控制,包含几个程序-Partial differential equations numerical solution used for the iterative learning control contains several programs
finite-elment
- 利用有限元法-三角形元,双线性元,双二次元,serendipity元离散,求解偏微分方程数值解-Using the finite element method- triangular elements, bilinear million, double the second element, serendipity element discretization for solving partial differential equations
xianshi
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题
FEM
- 利用Java程序,求一元二元偏微分方程数值解,附有画图和求误差功能。-By using Java program, numerical solution of a partial differential equation of two yuan, with drawing and error function.
solving-PDE-by-FEM
- 提供了一个用有限元法求解偏微方程的编程例子,以供学习偏微分方程数值解的学生或科研人员参考-Provides an example of a program for solving partial differential equations by finite element method, the student for learning numerical solution of partial differential equations or researchers reference
偏微分方程的数值解法
- 偏微分方程的经典求解方法,有限元分析法,可以求解典型的偏微分方程的数值解(The classical solution of partial differential equations and finite element analysis can solve the numerical solutions of typical partial differential equations)
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)