搜索资源列表
fct.tar
- FCT-通量修正输运,一种高精度数值计算格式,在CFD中应用广泛。这里给出的对于一维标量守恒方程的C语言程序,是该格式入门的绝好资料。-FCT-flux corrected transportation, is a a high order numerical scheme, which is wiedly usd in CFD field. Enclosed herewith is a C vesion for 1D scalar equation, and hope to be helpfu
strassen
- 矩阵算法的strassen算法,利用此方法只需执行7次递归的矩阵乘法运算和标量次加法和减法运算。-Matrix algorithm strassen algorithms, using this method only 7 recursive implementation of matrix multiplication and scalar addition and subtraction computation times.
WGL02
- 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换
Matrix-Chain_JAVA
- Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
TEST_MIN
- C + +库,它定义的问题涉及到一个标量参数的标量函数最小化-C++ library which defines problems involving the minimization of a scalar function of a scalar argument
pscu
- A code which solves unsteady scalar transport equation for a given velocity field (2D convection/diffusion equation).
Gradient
- 采用理查森外推法计算标量函数梯度的程序(很容易改写为计算雅克比矩阵),算例为sin(x)+cos(y)。richarson(fun,x0)中,h是初始步长,j是迭代次数,精度是2*j+2阶。-Scalar function gradient procedures using Richardson extrapolation method, in the function richarson (fun, x0), h is the initial step, j is the number of
Simple-C
- 用simple算法解决计算流体力学问题,湍流中被动标量扩散-Use simple algorithms to solve computational fluid dynamics problems, passive scalar diffusion in turbulent
omegaFai-Fortran
- 用涡量流函数算法解决计算流体力学问题,湍流中被动标量扩散-Vorticity stream function algorithms to solve computational fluid dynamics problems, passive scalar diffusion in turbulent
UDS-unsteady
- 关于用户自定义标量输运(UDS)中非定态情况下的代码源项,主要用于非稳定流动的物质输运的耦合-On the code of the user-defined scalar transport (UDS) Central Africa steady state case the source terms, mainly for non-steady flow of the coupling of mass transport
Sdifferhl1
- 标量的合成分析,求f(n)在指数x(n)为高指数年(x(n)>coefh的年)的平均值fh、低指数年(x(n)<coefh的年)的平均值fl、高指数年与气候平均的合成差dh、低指数年与气候平均的合成差dl、以及高低指数年的合成差dhl和差的显著性tn(5,3)。 -Synthesis of analysis of the scalar, seeking in the index x (n) is the average of high index in the (x (n)>
NND-scheme-solver
- 计算流体力学大作业之一:一维标量问题的CFD求解,格式为NND;C语言代码。-Computational Fluid Dynamics of operations, one: the one-dimensional scalar CFD solver, the format of the NND C language code.
NND-subsonic
- fortran编写的一维标量问题的求解代码,格式为NND,亚声速来流。-to solve the problem of one-dimensional scalar code written in fortran format NND, subsonic flow.
young
- CFD数值模拟,高精度数值计算格式,FCT-通量修正输运,一种高精度数值计算格式,在CFD中应用广泛。这里给出的对于一维标量守恒方程的FOR语言程序,是该格式入门的绝好资料。-CFD numerical simulation, high-precision numerical calculation format, FCT-flux correction transport, a high-precision numerical algorithm, widely used in CFD. Gi
Iterative-method
- 迭代法是解各种方程(含方程组)的基本方法, 它常通过构造一个定常的迭代格式,重复计算而产生一个收敛的解的序列(标量序列,向量序列等),逐步逼近问题的真解。-Iterative method is the solution of various equations (including equations) of the basic method, it is often by constructing a stationary iterative format, double counting
lax
- lax数值格式,fortran书写代码,数值求解一维标量守恒方程-lax numeric format, fortran write code, numerical solution of one-dimensional scalar conservation equation
2DFlow_FVM
- Program for solving conservation equation for scalar transport using finite volume method with cartesian grids.
wind_model
- The evolution the speed of wind according to time is modelized by a function analytical or generated by a statistical law starting the data of measurement for a given site. In a context of theoretical modeling, the profile of wind must satisfy two cr
blas-3.8.0
- 很有名的基础线性代数子程序库,里面拥有大量已经编写好的关于线性代数运算的程序。(The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector and vector-vector operat
