登录
首页 » Fortran » MYFEM

MYFEM

于 2009-05-22 发布 文件大小:532KB
0 392
下载积分: 1 下载次数: 32

代码说明:

  有限元求解柏松方程。本文采用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)

文件列表:

MYFEM
.....\DATA
.....\....\FIG.DAT
.....\....\FIG0.DAT
.....\....\LINE.DAT
.....\....\LINEX.DAT
.....\....\LINEY.DAT
.....\....\RESULTS.DAT
.....\....\RESULTS0.DAT
.....\....\RESULTS1.DAT
.....\....\RESULTS2.DAT
.....\....\复件 LINE.DAT
.....\DATA80
.....\......\FIG.DAT
.....\......\LINEX.DAT
.....\......\LINEY.DAT
.....\......\RESULTS.DAT
.....\Debug
.....\DIFF.FOR
.....\fig
.....\...\DAT.DAT




.....\...\Doc1.doc

.....\...\F80.bmp
.....\...\fdif.lay
.....\...\FDIF80.lay
.....\...\figy.bmp
.....\...\LINEX.bmp
.....\...\LINEX.lay
.....\...\LINEX80.bmp
.....\...\LINEX80.lay
.....\...\LINEY.bmp
.....\...\LINEY.lay
.....\...\LINEY80.bmp
.....\...\LINEY80.lay
.....\...\nLINEX80.bmp
.....\...\nLINEY80.bmp
.....\...\zone.bmp
.....\...\ZONE.lay
.....\...\ZONE0.bmp
.....\...\复件 DIFX80.bmp
.....\...\复件 DIFY80.bmp
.....\...\复件 F80.bmp
.....\...\复件 LINEX80.bmp
.....\...\复件 LINEY80.bmp
.....\FIG.DAT
.....\GK.FOR
.....\GKD.FOR
.....\IFG.FOR
.....\LINEX.DAT
.....\LINEY.DAT
.....\MYFEM.mak
.....\MYFEM.mdp
.....\RESULTS.DAT

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

发表评论

0 个回复

  • Outside-the-penalty-function-method
    外点罚函数方法,可以用来求解约束优化问题,也可以用来被调用在智能算法中(Point outside the penalty function can be used for solving constrained optimization problems, can also be used in intelligent algorithm called)
    2011-10-16 19:13:57下载
    积分:1
  • read_nc
    用fortran语言读取NC格式的数据,与大家分享,希望能够共同进步哈,谢谢(Used fortran language to read NC data format to share with you, hoping to make progress together Ha, thank you)
    2013-07-14 20:05:05下载
    积分:1
  • migration(FKaPS)
    F-K域偏移法和相移法偏移程序(C语言)(FK domain migration method and the phase- shift method migration program (C language))
    2021-04-06 20:59:02下载
    积分:1
  • abint_bchol_brinv
    将一些标准数值与非数值算法集中封装在几个DLL中,需要用时可在VB/Delphi/C#中分别调用,这里提供了3个小程序,分别用于线性方程组求根、计算行列式的值、矩阵求逆。(Some standard numerical and non-numerical algorithm focus on packaging in several DLL, it is necessary to use when in VB/Delphi/C# Call, respectively, this provides three small programs, respectively, for the roots of linear equations, calculation of the value of the determinant, matrix inversion.)
    2008-06-28 22:35:05下载
    积分:1
  • 多维随机的生成方法
    说明:  多维随机数的生成方法,一维随机数生成方法,高维随机数的生成方法(Generation methods of multidimensional random number, one-dimensional random number and high-dimensional random number)
    2020-06-18 15:20:01下载
    积分:1
  • Forecast
    利用ARIMA处理分析时间序列,计算数列相关性和数字特征并通过计算所得值进行一定范围的预测(ARIMA processing analysis time sequence, to calculate a number of columns and digital characterized by the calculated value for a certain range of the prediction)
    2021-04-29 11:18:43下载
    积分:1
  • LZYGSXY
    数值分析课程必备的算法:列主元高斯消去法算法。有需要的同学下载(Numerical analysis courses required algorithms: PCA out Gaussian elimination algorithm. Those students in need to download)
    2009-01-05 22:38:00下载
    积分:1
  • hartigansSLC_OpenCV
    hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2. Start with zero clusters 3. Add each item to be clustered to: * Closest cluster if distance <= r * New cluster if distance to closest cluster > r 4. Compute new center from members in cluster 5. Empty the clusters (keeping the centers) 6. Return to step 3 (until no changes are made)
    2010-02-25 19:28:25下载
    积分:1
  • NND2D
    用于求解二维欧拉流动方程的有限差分程序,基于NND法,求解精度较高.(Perfect fortran program by two dimensional NND finite difference method for Euler Equations on unstructured Grids, structured Grids and adaptive unstructured Grids. )
    2011-12-12 21:08:50下载
    积分:1
  • Logistic-Regression
    使用梯度下降法、随机梯度下降法和牛顿法实现的逻辑回归算法。(Using a gradient descent method, stochastic gradient descent algorithm logistic regression method and Newton' s method to achieve.)
    2021-01-03 16:48:55下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载