搜索资源列表
Finite Difference Numerical Computation
- 本程序为利用matlab求解微分方程的源程序及相关例子-the procedures for the use of Matlab to solve the differential equation of the source and relevant examples
FDTtwoEMF
- 采用有限差分法对二维静电场的数值计算。用mathematica语言编的源程序。-using the finite difference method to two-dimensional electrostatic field of numerical calculation. Using Mathematica addendum to the source.
Kunz_Luebbers_FDTD
- The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers, CRC Press, 1993, contains an FDTD code and output files in Appendix B. The same code and output files are contained in
fdmtm
- finite difference method有限差分法求波导的TM模式-finite difference method finite difference method for the TM waveguide mode
FDTDarithmeticprogrammingbasedonMATLABlanguag
- 介绍了时域有限差分(FDTD)法的基本原理,推导了二维TM模Yee算法的FDFD表达式,并结合算例阐述了基于MATLAB编程的基本方法-on the finite-difference time-domain (FDTD) method to the basic principles Derivation of 2D TM mode Yee's theorem expression, and explained with exa
Matlab
- 有限差分法的Matlab程序(椭圆型方程)-finite difference method of Matlab (elliptic equation)
Finate_difference_wave_equel
- 详细介绍了波动方程怎样通过有限差分的方法离散化,是计算机模拟地震波、声波传播的理论基础,本人就是从中受益的,且编出的程序已在Unix-Linux系统中通过,绘出的图形得到了老师的认可-Described in detail how the wave equation through the finite difference method of discretization is a computer simulation of sei
MQ45449
- 是本好書可以拿來看看利用有限差分法 來做所有書的介紹-Is a good book can be used to look at the use of finite difference method to do all the book
acpricecn
- finite difference method with Crank-Nikolson approach(SOR) for American call option
finite_difference
- 有限差分法解二维电场,里面有正方形,矩形,正六边形以及二维无限场域问题-Finite difference method solution of two-dimensional electric field, which has a square, rectangle, regular hexagon, as well as infinite two-dimensional field problems
fdtd3D_pec
- 基于matlab的三维时域有限差分程序(cpml吸收边界),使学习时域有限差分方法的好资料。-Matlab-based three-dimensional finite difference time domain procedures (cpml absorbing boundary), so that learning FDTD good information.
transmissionLine
- 时间域有限差分法(TD-FDM)源代码,用于计算任意传输线问题,最后与理论解比较。进一步说明见程序文件timeUpdt.m-Time domain finite difference method (TD-FDM) source code, used to calculate the arbitrary transmission line problems, and finally compared with the theoretic
WaveFieldNumericalSimulation(StaggeredGrid)
- TotalWES.m是主干程序,而DCoef和FCTforAW是里面调用的函数。TotalWES只要实现交错网格有限差分波场数值模拟,其中的FCTforAW是用来消除数值频散的。这些是实现弹性波波场模拟的程序,其它两个文件是实现声波波场模拟的程序-TotalWES.m is the backbone of the procedure, and DCoef and FCTforAW is inside a function call. A
2Dfd
- 2D有限差分法程序,未加边界条件,适合一般情况下的波动方程模拟-2D finite difference method procedures, without boundary conditions, suitable for general wave equation simulation
del2_9pt
- 九点差分格式,精度比五点差分要高,对于实现有限差分,是一个重要的程序-Nine-point difference scheme, the accuracy than the five-point difference is higher, for the realization of finite-difference, is an important procedure
heat-transfer
- 用于一维和二维传热问题的有限差分和有限元法数值计算-For one-dimensional and two-dimensional heat transfer finite difference and finite element method numerical calculation
fdtd3D
- 本程序实现在计算电磁学中的三维时域有限差分法-This procedure to achieve in the calculation of three-dimensional electromagnetic finite difference time domain method
zuoye
- 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the applicatio
ADI
- 用C语言编写的有限差分法程序,采用隐式的交替方向法,求解温度场问题-Using C language program of the finite difference method, using the alternating direction implicit method, solve the problem of temperature field
Wave by the finite difference method
- This program enables to calculate waves by the finite difference method.