登录
首页 » C++ » FEM

FEM

于 2021-01-26 发布 文件大小:10KB
0 229
下载积分: 1 下载次数: 5

代码说明:

  有限元平面应力问题计算,总体刚度矩阵矩阵压缩存储,LU分解求解(Plane stress finite element calculation, the overall stiffness matrix of compressed storage matrix, LU decomposition Solving)

文件列表:

FEM
...\.DS_Store,6148,2016-05-06
...\add_condition.cpp,330,2016-05-03
...\creat_k.cpp,947,2016-05-06
...\creat_k.h,263,2016-05-04
...\draw.cpp,895,2016-05-05
...\element.cpp,2039,2016-05-05
...\infile.cpp,1257,2016-05-06
...\main.cpp,3843,2016-05-06
...\point.h,767,2016-05-05
...\solve.cpp,2397,2016-05-06
...\solve.h,353,2016-05-06
__MACOSX
........\FEM
........\...\._.DS_Store,120,2016-05-06
........\...\._add_condition.cpp,171,2016-05-03
........\...\._creat_k.cpp,171,2016-05-06
........\...\._creat_k.h,171,2016-05-04
........\...\._draw.cpp,171,2016-05-05
........\...\._element.cpp,171,2016-05-05
........\...\._infile.cpp,171,2016-05-06
........\...\._main.cpp,171,2016-05-06
........\...\._point.h,171,2016-05-05
........\...\._solve.cpp,171,2016-05-06
........\...\._solve.h,171,2016-05-06

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

发表评论

0 个回复

  • AGJDN
    压缩包包含三个文件: 全主元高斯-约当消元法程序AGJDN.m;基于全主元高斯-约当消元法的迭代求解病态矩阵方法AGJDNM.m;AGJDN.m的测试方程。 程序参考自:Fortran常用算法程序集(第二版) 徐世良编。AGJDN.m能求解部分病态矩阵,而AGJDNM.m对于我的测试矩阵效果不佳,但也一并上传,仅供参考。 错漏之处,还望指正。 (Gaussian-Jordan elimination base on all principal element.)
    2014-12-09 15:22:12下载
    积分:1
  • 4-fft
    FFT快速傅里叶变换 采用基4 fft实现的c语言版(FFT Fast Fourier Transform implemented using the base 4 fft c language version)
    2020-12-16 15:09:13下载
    积分:1
  • Complex_operator_overloading
    新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)
    2012-09-08 20:34:31下载
    积分:1
  • SVD
    % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
    2020-12-21 10:29:08下载
    积分:1
  • pca_matlab
    进行主成分分析的多种方法,简单和复杂的,适合初学者使用(For a variety of methods of principal component analysis, simple and complex, suitable for beginners to use)
    2015-10-15 15:50:44下载
    积分:1
  • zernike
    泽尼克多项式来表示波前形状,此程序运用matlab求得泽尼克多项式系数( Searched: Entire Web Site Advanced Search Results 1 through 9 of 9 Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab )
    2012-09-15 11:57:34下载
    积分:1
  • 共炮点地震波正演,其中、包括了直达波,反射波,折射波common-points-forward-
    共炮点地震波正演,其中、包括了直达波,反射波,折射波(Common shot point synthesis of reflected wave records)
    2012-05-22 15:57:43下载
    积分:1
  • shuzhidaishu
    用牛顿法,共轭梯度法,最速下降法完成矩阵的计算(Newton conjugate gradient method)
    2011-04-27 20:10:26下载
    积分:1
  • sort
    快速排序法和堆排序法Fortran90程序,其中快速排序法使用到了递归过程,因此对于堆栈要求较高(both Quicksort and Heapsort program are used for sort array. Note that a recursion process is used in Quicksort program, Thus it need require a relative high stack size.)
    2020-06-29 20:00:01下载
    积分:1
  • FDTD-
    把 Maxwell 方程式在时间和空间领域上进行差分化。利用蛙跳式(Leap frog algorithm)--空间领域内的电场和磁场进行交替计算,通过时间领域上更新来模仿电磁场的变化,达到数值计算的目的。(The Maxwell equations in time and space on the field differencing. Using the leapfrog (Leap frog algorithm)- Space field for alternating electric and magnetic fields calculated by the time domain electromagnetic field is updated to mimic the changes to achieve the purpose of numerical calculation.)
    2013-11-04 09:40:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载