资源列表
GA-DF2
- 利用GA遗传算法解决欺骗函数最优问题,具体问题描述如下,如有问题请与我联系(The deceptive functions are a family of functions in which there exists low-order building blocks that do not combine to form the higher-order building blocks. Here, a deceptive problem that consists of 25 copies
SRCKF
- 实现了平方根容积卡尔曼滤波,十分好用,效果很好(This codes ultilize the srckf to filter something)
四阶龙格-库塔法
- 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)
dload
- abaqus fortran语言下的dload和vdload程序代码,以显示及隐式实现移动加载(Dload and vdload code in ABAQUS FORTRAN to display and implicitly implement mobile loading)
PolynomialCurveFitting
- 基于python的多项式曲线拟合,本程序以1 3 5 9次为例子。(Based on the polynomial curve fitting of python, this program takes 1 3 5 9 times as an example.)
Godunov格式和Roe格式求解Burgers方程
- Godunov格式和Roe格式求解Burgers方程(Godunov scheme and Roe scheme for solving Burgers equation)
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)
solve_one_dimension_Richards
- 该程序用差分法解一维Richards方程(The program uses the difference method to solve one-dimensional Richards equation)
VUMAT-J2
- abaqus vumat 显示子程序案例,等效应力计算(vumat for abaqus, calculate the equivalent stress base on J2 theory)
VUMAT-KineHardening
- abaqus vumat 动态硬化显示计算子程序案例(abaqus vumat for explicit simulation and kinematic hardening subroutine)
Shan_Chen
- 伪势模型处理气液两相流动问题,适合新手学习(The pseudo potential model is suitable for beginners to learn)
EFG2
- 无网格法在数值计算中不需要生成网格,而是按照一些任意分布的坐标点构造插值函数离散控制方程,就可方便地模拟各种复杂形状的流场。该法大致可分成两类:一类是以Lagrange方法为基础的粒子法(Particle method),如光滑粒子流体动力学(Smoothed particle hydrodynamics,简称SPH)法,和在其基础上发展的运动粒子半隐式(Moving-particle semi-implicit,简称MPS)法等;另一类是以Euler方法为基础的无格子法(Gridless me
