登录
首页 » C++ » FEMC

FEMC

于 2016-06-02 发布 文件大小:10774KB
0 227
下载积分: 1 下载次数: 10

代码说明:

  这里包含了有限元法的一本书籍,和有限元法的C++代码。希望对各位有所帮助(This contains a finite element method books, and the finite element method of C++ code. I hope to help you)

文件列表:

FEM
...\ChildFrm.cpp,883,2008-03-18
...\ChildFrm.h,483,2008-03-18
...\Debug
...\FEM.APS,68100,2008-08-04
...\FEM.cpp,3399,2008-03-18
...\FEM.h,445,2008-03-18
...\FEM.rc,13474,2008-08-04
...\FEM.sln,870,2008-03-18
...\FEM.vcproj,6306,2008-03-18
...\FEM.vcproj.HUANGYZ.huangyz.user,1411,2008-08-04
...\FEMDoc.cpp,1102,2008-03-19
...\FEMDoc.h,644,2008-03-19
...\FemNode.cpp,702,2008-08-04
...\FemNode.h,819,2008-08-04
...\FemUnit.cpp,7935,2008-08-04
...\FemUnit.h,1357,2008-08-04
...\FEMView.cpp,19335,2008-08-04
...\FEMView.h,1364,2008-04-09
...\MainFrm.cpp,1809,2008-03-18
...\MainFrm.h,632,2008-03-18
...\ReadMe.txt,3641,2008-03-18
...\res

...\...\FEM.rc2,359,2008-03-18


...\Resource.h,957,2008-04-09
...\stdafx.cpp,134,2008-03-18
...\stdafx.h,2507,2008-03-18
...\Test.cpp,174,2008-03-18
...\Test.h,118,2008-03-18
有限元法基本原理和数值方法(第二版)王勖成邵敏.pdf,11454183,2016-05-25

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

发表评论

0 个回复

  • MUSCL-master
    说明:  利用muscl格式求解可压缩多相流,采用minimod,vanabada限制器(Using muscl scheme to solve the compressible multiphase flow, using Minimod, vanabada limiter)
    2020-04-22 11:46:10下载
    积分:1
  • 高等光仿真2
    comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)
    2019-03-28 09:48:49下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • zaishenghunningtu
    再生混凝土细观损伤分析程序,采用随机骨料模型与双折线模型。(Recycled concrete meso-damage analysis procedures, using random aggregate model with two-line model.)
    2021-04-26 10:48:46下载
    积分:1
  • Main0326_CZT
    雷诺方程的有限差分求解 织构化表面的模型数值求解(Finite difference numerical model for solving Reynolds equation solving textured surface)
    2014-04-19 13:15:44下载
    积分:1
  • BigNumber
    大数类,重载了各类操作符,可以直接使用(fate categories, a variety of heavy-duty operator can be used directly)
    2005-02-27 10:55:05下载
    积分:1
  • temperature_control
    利用Abaqus子程序UAMP实现PID控制。(PID control is implemented using the Abaqus subroutine UAMP.)
    2020-12-19 14:39:11下载
    积分:1
  • seidel
    求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0(For solving nonlinear fixed point equation x = G (x) the nonlinear Seidel iterative method, initial value x0)
    2008-08-02 11:20:58下载
    积分:1
  • 大连理工大矩阵与值分析上机作业
    说明:  利用matlab软件进行数值编程,优化计算。(Matlab software is used for numerical programming and optimization calculation.)
    2020-06-22 04:40:02下载
    积分:1
  • UDF_comfort
    用于CFD模拟室内热舒适性,利用用户自定义编写室内热舒适评价指标PMV,对模拟分析结果进行处理,得出室内各处的PMV值。(This is used to simuate indoor thermal comfort performance through CFD.)
    2018-10-08 13:15:01下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载