搜索资源列表
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
sor
- 求解Poisson方程的超松弛迭代求法,在Fortran 中使用-Relaxation for solving Poisson equations Iterative
sor
- 松弛因子做自适应估计的SOR迭代法求解大型稀疏线性代数方程组程序-Relaxation Factor in the SOR iterative adaptive estimation method for solving large sparse linear algebraic equations program
duct4
- duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
double
- 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
01
- This is fortran source code for solving driven cavity problem with SOR method.
Rayleigh_Benard003
- 方腔内流动,左右侧壁有温度差,固壁条件, SOR算法求解-Cavity flow, a temperature difference between left and right side wall, solid wall condition, SOR algorithm
fortran-PROGRAM
- 基于Fortran95/2003的一些算法的源代码。如高斯消去法,Jacobi超松弛迭代法等,可为初学者提供参考。-Fortran95/2003 based on some algorithm source code. Such as Gaussian elimination method, Jacobi SOR method can provide a reference for beginners.
sor-potential-flow-fortran-90code
- 用超松弛法求解势流 fortran 90 程序 自行选择松弛因子,迭代精度-Ultra-relaxation method for solving potential flow fortran 90 program of their choice relaxation factor, iterative precision
sor_iterate
- Fortran SOR method code
SOR-Fortran
- SOR算法,利用Fortran语言编译,有助于初学Fortran语言的同学深入学习程序,并熟练该算法。-SOR FORTRAN is useful for learners to improve their ability of writing procedure.