CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fortran gauss-seidel
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fortran gauss-seidel - List
[
Algorithm
]
Gauss-Seidel
DL : 0
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
Update
: 2025-04-02
Size
: 1kb
Publisher
:
Y.P.Zhou
[
Algorithm
]
gauss-seidel
DL : 0
gauss-seidel算法实现对方程组的求解-gauss-seidel algorithm for the equations
Update
: 2025-04-02
Size
: 1kb
Publisher
:
[
Algorithm
]
SOR
DL : 0
SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
Update
: 2025-04-02
Size
: 1kb
Publisher
:
罗磊君
[
Other
]
gausseliminatetosolvelinearequation
DL : 0
高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
Update
: 2025-04-02
Size
: 1kb
Publisher
:
jiyoujun
[
Algorithm
]
MYFEM
DL : 1
有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 -In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN
Update
: 2025-04-02
Size
: 532kb
Publisher
:
liang
[
Algorithm
]
Possion_FEM
DL : 0
有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 -In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN
Update
: 2025-04-02
Size
: 530kb
Publisher
:
liang
[
Data structs
]
duct4
DL : 1
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 method of linear system solution: gauss-seidel + sor -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 method of linear system solution: gauss-seidel+ sor
Update
: 2025-04-02
Size
: 2kb
Publisher
:
Barboy
[
Algorithm
]
MPI-Matrix
DL : 0
线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Update
: 2025-04-02
Size
: 11kb
Publisher
:
不死鸟
[
Algorithm
]
gauss-jakobi
DL : 0
SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
Update
: 2025-04-02
Size
: 4kb
Publisher
:
hussam
[
Algorithm
]
programs1
DL : 0
解线性方程的一些子程序,用FORTRAN编写,算法包括高斯全选主元法等。-Linear Equations of the number of subroutines, written with FORTRAN, algorithms, including full pivoting Gauss law.
Update
: 2025-04-02
Size
: 7kb
Publisher
:
chen
[
Algorithm
]
gs
DL : 0
GAUSS SEIDEL ITERATION FOR N SIMULTANEOUS LINEAR EQUATIONS
Update
: 2025-04-02
Size
: 1kb
Publisher
:
bellaoui
[
Algorithm
]
gsdl
DL : 0
用fortran编写的高斯赛德尔迭代法。用的是fortran90 版本-Gauss Seidel iterative method
Update
: 2025-04-02
Size
: 1kb
Publisher
:
卡吧
[
Algorithm
]
CFD_GS_solver
DL : 0
高斯赛达尔迭代,Fortran程序 中心差分解偏微分方程-Gauss‐Seidel Iteration
Update
: 2025-04-02
Size
: 1kb
Publisher
:
cindy
[
Algorithm
]
poisson
DL : 2
poisson.f90 是矩形区域上泊松方程Dirichlet边值问题差分求解的fortran程序,可选择Jacobi或者Gauss-Seidel迭代子程序,其中Jacobi迭代次数为925,Gauss-Seidel迭代次数为478。结果输出至solution.dat文件 poisson.ncl 是NCL脚本,运行该脚本得到的图为result.pdf thomas.f90 是追赶法解代数方程组的fortran程序。控制分辨率n的不同取值,输出以下文件: thomas(n=3).dat thomas(n=5).dat thomas(n=10).dat thomas(n=20).dat thomas.ncl 是NCL脚本,运行该脚本得到的图为result.pdf-poisson.f90 is a rectangular area on the Poisson equation solving Dirichlet Boundary Value Difference fortran program, you can choose Jacobi or Gauss-Seidel iteration subroutine, which Jacobi iterations is 925, Gauss-Seidel iterations is 478. The results are output to the solution.dat file poisson.ncl NCL script, run the script to get the picture shows result.pdf thomas.f90 is catching method for solving algebraic equations fortran program. Control resolution of n different values, output the following files: thomas (n = 3). Dat thomas (n = 5). Dat thomas (n = 10). Dat thomas (n = 20). Dat thomas.ncl is NCL script, run the script to get the picture shows result.pdf
Update
: 2025-04-02
Size
: 187kb
Publisher
:
胡容
[
Other
]
lecturetwoGS
DL : 0
这是利用Gauss-Seidel迭代方法求解线性/非线性方程的Fortran程序。-This is by using Gauss - Seidel iterative method to solve the linear/nonlinear equations of Fortran program.
Update
: 2025-04-02
Size
: 166kb
Publisher
:
大兵
[
Algorithm
]
PGS
DL : 0
Point Gauss Seidel method by fortran. CFD KLAUS A. HOFFMAN
Update
: 2025-04-02
Size
: 1kb
Publisher
:
sungeylkim
[
Algorithm
]
Gauss_Seidel
DL : 0
利用高斯-赛蝶儿迭代法来求解方程组。用Fortran程序编写,里边有具体的例子。- solve the eqution with Gauss Seidel.
Update
: 2025-04-02
Size
: 372kb
Publisher
:
胡英才
[
Other
]
hw5s.f90
DL : 0
代码中有Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent 的fortran实现(this file tell you how to implement Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent by fortran)
Update
: 2025-04-02
Size
: 9kb
Publisher
:
葱葱cong
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.