搜索资源列表
E_Q28_2TypeDOF
- finite element method, element for coupling problems, eight node quad element, consolidation problem. biot consolidation. saturated soils. c++ code implementation. ex
boundary-element-method
- 位势边界元法去解决位势的问题,采用的常量元的方法-boundary element method for elastic problems
jacobi
- A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the
gs
- 四点高斯积分公式在边界元分析法离散中的计算-Four the Gauss integral formula in boundary element analysis method in the calculation of discrete
Baldwins-FEMOL
- 有限元线法三维问题的应用 主要求解平面单元,轴对称单元以及空间矩形直条单元-The application of the finite element-line method of three-dimensional problem solve plane unit, the axisymmetric unit as well as the space rectangular straight bar unit
AFEPack-snapshot2012-12-17.tar
- 自适应有限元计算源代码,主要用于求解偏微分方程,由北京大学李若等人开发-Adaptive finite element method package
折半查找法
- 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
