-
L2_distance
计算任意两个等维矩阵之间对应坐标点的距离(Calculate the distance between the corresponding coordinate points of any two equal dimensional matrices.)
- 2021-01-27 09:28:36下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
kriging
kriging方法源程序,用于kriging方法构建近似模型,方便易懂(kriging method source,Kriging method used to construct an approximate model, easy to understand)
- 2021-04-26 10:08:45下载
- 积分:1
-
sui-dao
模拟隧道开挖后受力及变形,初始地应力清零及接触面分析处理。( U6A21 u62DF u96A7 u9053 u5F00 u6316 u53D7 u53B0 u53E u53E u53F8 u53E U6790 u5904 u7406 u3002)
- 2017-05-18 19:36:00下载
- 积分:1
-
Lax-wendroff
利用Lax-wendroff两步差分格式求解一维激波管问题Fortran语言(Use a two-step Lax-wendroff Difference Scheme for Solving the one-dimensional shock tube problem Fortran language)
- 2020-07-02 13:40:02下载
- 积分:1
-
v1
说明: 蒙特卡罗模拟算法模拟MR模型中有序无序相变(In this cpp, using a useful combined Monte Carlo algorithm, we simulate the MR model model to study the phase transition)
- 2019-07-08 21:11:07下载
- 积分:1
-
FCTVOFMain
FCTVOF的主程序,其中FCTVOF是求解关于VOF值的运输方程的一种经典算法,可求出各时刻的各网格的VOF值,从而利用界面重构技术实现界面的重构。(FCTVOF main program, including FCTVOF is for solving the transport equation of VOF value a classic algorithm, can calculate the VOF value of each moment of each grid, so as to make use of the interface to refactor the technical implementation interface.
)
- 2021-01-19 22:08:42下载
- 积分:1
-
kk
说明: 微分进化算法中的其中两个子程序,还有未上传(Differential evolution algorithm)
- 2019-07-20 21:29:49下载
- 积分:1
-
1D-Euler
用于求解一维气体动力学的欧拉方程代码,采用戈东诺夫格式,显式推进,可仿真非定常激波管(For solving one-dimensional Euler equations of gas dynamics code, using Godunov format, explicit advance, can simulate unsteady shock tube)
- 2013-08-11 04:55:06下载
- 积分:1
-
stochastic-computation
TGM.m \传统的Galerkin方法
MD.m \时滞惯性流形方法
brownian.m \演示布朗运动
randomwalk.m \ 演示随机游走
tumor.m \ 演示tumor演化(TGM.m traditional Galerkin method MD.m Delays inertial manifold method brownian.m demo Brownian motion randomwalk.m demo random walk tumor.m demo tumor evolution)
- 2013-08-28 18:00:23下载
- 积分:1