登录
首页 » Fortran » double

double

于 2010-01-05 发布 文件大小:767KB
0 271
下载积分: 1 下载次数: 55

代码说明:

  线性方程组迭代解法,包括SOR,CG ,BICG等(linear system iteration solver)

文件列表:

double
......\BiCG.f
......\BiCGREVCOM.f
......\BiCGSTAB.f
......\BiCGSTABREVCOM.f
......\CG.f
......\CGREVCOM.f
......\CGS.f
......\CGSREVCOM.f
......\Cheby.f
......\ChebyREVCOM.f
......\dblas.f
......\Debug
......\.....\BiCG.obj
......\.....\BiCGREVCOM.obj
......\.....\BiCGSTAB.obj
......\.....\BiCGSTABREVCOM.obj
......\.....\CG.obj
......\.....\CGREVCOM.obj
......\.....\CGS.obj
......\.....\CGSREVCOM.obj
......\.....\Cheby.obj
......\.....\ChebyREVCOM.obj
......\.....\dblas.obj
......\.....\DF60.PDB
......\.....\dlapack.obj
......\.....\dnsychk.obj
......\.....\dspdchk.obj
......\.....\dutils.obj
......\.....\GMRES.obj
......\.....\GMRESREVCOM.obj
......\.....\Jacobi.obj
......\.....\JacobiREVCOM.obj
......\.....\MatGen.obj
......\.....\MatVec.obj
......\.....\PSolve.obj
......\.....\QMR.obj
......\.....\QMRREVCOM.obj
......\.....\SOR.obj
......\.....\SORREVCOM.obj
......\.....\STOPTEST2.obj
......\.....\test.data
......\.....\test.results
......\.....\Tester.exe
......\.....\Tester.ilk
......\.....\Tester.obj
......\.....\Tester.pdb
......\.....\Utils.obj
......\dlapack.f
......\dnsychk.f
......\dspdchk.f
......\dutils.f
......\GMRES.f
......\GMRESREVCOM.f
......\Jacobi.f
......\JacobiREVCOM.f
......\Makefile
......\MatGen.f
......\MatVec.f
......\PSolve.f
......\QMR.f
......\QMRREVCOM.f
......\htm" target=_blank>README
......\SOR.f
......\SORREVCOM.f
......\STOPTEST2.f
......\test.data
......\test.results
......\Tester.dsp
......\Tester.dsw
......\Tester.f
......\tester.mak
......\Tester.opt
......\Tester.plg
......\Utils.f
......\复件 Makefile

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vibration-control
    振动控制理论 三自由度系统地震激励下 主动控制和半主动控制以及无控制系统的响应( vibration control )
    2013-03-15 14:04:28下载
    积分:1
  • PROgrams-of-materials
    利用元胞自动机以及蒙特卡洛法模拟晶粒生长、凝固相变的一些源程序,以及对两种方法的一些简单文字介绍(The use of cellular automata and Monte Carlo simulation of grain growth, solidification phase change some of the source code, as well as two methods some simple text description)
    2021-01-28 16:38:34下载
    积分:1
  • RGB a YCbCr
    There is an algorithm that converts RGB Color to YCbCr
    2018-05-18 09:14:27下载
    积分:1
  • erchengfa3d
    基于最小二乘位置估计定位方法(三维的)可产生图((Three-dimensional) positioning method based on least squares position estimation in Figure)
    2012-10-24 09:31:13下载
    积分:1
  • bchcode
    实现了bch编码,基于有限域多项式除法,自己动手写的,大家可以看下(Based on division in galois field,relize the BCH code )
    2013-07-25 10:27:37下载
    积分:1
  • A-solver-for-1-D-RIEMANN-problem
    分别采用Roe格式和AUSM格式求解一维黎曼问题,并将计算结果与解析解进行比较,发现这两种计算格式都能获得高的计算精度。(Roe scheme were used in this procedure and AUSM format to solve a 1-D RIEMANN problem, and numerical results were compared with the analytical solution, the results can be seen from these two formats have a solution with high accuracy.)
    2011-11-09 21:44:39下载
    积分:1
  • Numerical Solution of Differential Equations
    说明:  采用有限元及有限差分的方法进行微分方程的求解(This book is introduction to finite difference and finite element methods is aimed at advanced undergraduate and graduate students who need to solve differential equations. T)
    2020-02-17 17:03:09下载
    积分:1
  • YOUNGS
    PLIC程序现今VOF中应用较多的方法,精度较高。(PLIC VOF process the application of more modern methods and high precision.)
    2011-05-03 23:04:54下载
    积分:1
  • 11
    说明:  用二分法求解一元五次非线性方程的实数解,在高等电路学习中有很好的用途。(One yuan of five nonlinear equations dichotomy solving real solutions, there is a very good use in the higher circuit learning.)
    2012-10-27 20:52:45下载
    积分:1
  • numerical-methods
    数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。(Numerical Methods in five of the more important algorithms: 1. [Dirich.m] to solve the Laplace equation Dirichlet method for the numerical solution of partial differential equations 2.[Hamming.m] Hamming method is the multistep forecast corrected differential equations. 3. [Milne.m] the Milne- Simpson method as a differential equation solver used forecast correction method. 4. [Rkf45.m] Runge- Kutta- Wahlberg error control and step method for solving differential equations approximate solution 5. [Romber.m] the famous Romberg integral source code numerical integration, the presence of computable results show a lower triangular matrix.)
    2013-03-09 01:35:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载