搜索资源列表
femld
- a program which applies the p-method version of the finite element method to a linear two point boundary value problem in 1D
bvp6c
- Solve boundary value problems for ODEs by collocation
fd1d_bvp
- a program which applies the finite difference method to a two point boundary value problem in one spatial dimension.
Quicksort
- 快速排序算法基本思想 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。一般设置数组的第一个数为需要比较的值,把整个数组分为小于和大于该数的两部分。 我自己在写这个算法的时候,卡住了好几回,总是边界值出现问题。下面的这个实现加入了注释,希望对你能够有所帮助。-Basic idea of quick sort algorithm
Static_electromagnetic_field_electromagnetic_field
- 电磁场和电磁波静态场及其边值问题的解Static electromagnetic field and electromagnetic field and Boundary Value Problems-Static electromagnetic field and electromagnetic field and the Boundary Problem Static electromagnetic field and electromagnetic field and Boundary V
fd1d_bvp_prb
- FD1D_BVP is a FORTRAN90 program which applies the finite difference method to solve a two point boundary value problem in one spatial dimension. The boundary value problem (BVP) that is to be solved has the form: -FD1D_BVP is a FORTRAN90 progra
CM_ZADACHA_KOSHI
- Cauchy problem in mathematics asks for the solution of a partial differential equation that satisfies certain conditions which are given on a hypersurface in the domain. Cauchy problems are an extension of initial value problems and are to be contra
ruanjiangongnengxingceshi
- 它包括功能性测试概述、功能分解、等价类划分、边界值分析、因果图法、其他测试法等内容。-It includes an overview of functional testing, functional decomposition, equivalence class partition, boundary value analysis, cause and effect diagram method, other test methods and so on.
Finite-Difference-Method
- 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
SHOOTING-METHOD-FOR-SECOND
- SHOOTING METHOD******************************************************** * NUMERICAL SOLUTION OF SECOND ORDER, LINEAR, ORDINARY DIFFERENTIAL * * EQUATION(BOUNDARY VALUE PROBLEM) BY TRANSFORMING IT TO SET OF FIRST * * ORDER EQUATIONS USING RUNGE-
lineshoot
- 线性微分方程边值问题打靶算法Matlab程序,注意该算法只能完成二阶常微分方程双边值问题求解,至于其他形式的边值问题必须先转换到二阶形式-Linear Differential Equations with Boundary Value Shooting Algorithm Matlab program, note that the algorithm can only complete the second-order ordinary differential equation bounda
nonlineshoot
- 非线性微分方程边值问题打靶算法Matlab程序-Nonlinear differential equations boundary value problem targeting algorithm Matlab procedures
s
- 对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。-On the the sequence table fast sorting algorithm, how to select a critical value (also known as the axis elements) affect the efficiency
shooting
- 两点边值问题的打靶法,也是自己亲手做的一个作业-Boundary Value Problems shooting method, also by myself
ODELinFinDif
- This Matlab scr ipt solves the linear boundary value problem, second-order finite differences, as explained in the text.-linear ODE Function
parabolicFD
- 这是一个求解一维抛物型方程的初边值问题的程序,这只是一个函数文件,在命令窗口调用函数即可。-This is a program for solving initial boundary value problem of one-dimensional parabolic equation, it s just a function of the file, you can call a function in the command window.
cubic_spline_wavelet_interpolation
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
cspline
- boundary value problems
exercise1
- 函数名为pressure_profile,数组x通过函数F_CENTROID得到面f的质心,loop循环扫描整个定义的边界,计算每个网格面边界条件的值。对于初学fluent udf编程的同学来说,是很好的练习案例(Function called pressure_profile, array x surface is obtained by function F_CENTROID f centroid, scanning the entire loop cycle defined boundar
blrast
- boundary value problem