-
MYFEM
有限元求解柏松方程。本文采用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)
- 2009-05-22 17:22:56下载
- 积分:1
-
HeatTransfer_1D
求解一维热传导方程,格式包括FTCS、BTCS、CNCS三种差分格式(solve one dimension heat transfer equation. )
- 2021-04-17 16:48:53下载
- 积分:1
-
codes
说明: 应用龙格库塔算法求解动力学微分方程,求解时域数据(Solving dynamic differential equation with Runge Kutta algorithm)
- 2020-02-03 18:25:32下载
- 积分:1
-
FFT
提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍(Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times)
- 2014-01-07 22:10:34下载
- 积分:1
-
beihanguniversityhomework2
北京航空航天大学数值分析大作业第二题,有难度,这可是历年北航研究生转载最多的代码了(Beijing University of Aeronautics and Astronautics numerical analysis of large operating the second question, there is difficulty, this is the most over the years Beihang University Graduate reproduced the code)
- 2010-06-18 19:21:45下载
- 积分:1
-
MDVRP_遗传算法
MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)
- 2020-11-26 17:49:32下载
- 积分:1
-
dynopt_4.1.3
基于Biegler动态优化正交配置法(联立算法)的matlab 代码,由M.Cizniar,M. Fikar等编写(dynopt is a set of MATLAB functions for determination of optimal control trajectory by
given description of the process, the cost to be minimised, subject to equality and inequality
constraints, using orthogonal collocation on fi nite elements method.)
- 2011-07-04 16:14:22下载
- 积分:1
-
Colonial_Competitve_Algorithm_CCA_v4
Colonial Competitive Algorithm
- 2009-05-12 17:58:40下载
- 积分:1
-
rkf45
fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序(fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example and output procedures)
- 2009-09-17 02:05:54下载
- 积分:1
-
kelinsi
MAYLAB语言编写柯林斯公式的S-FFT及D-FFT计算程序,请读者自行根据需要修改(MAYLAB language Collins formula S-FFT and D-FFT calculation program, the reader according to their needs modification)
- 2021-04-22 21:48:48下载
- 积分:1