搜索资源列表
fdtd1D
- 基于matlab的一维时域有限差分程序,使学习时域有限差分方法的好资料。
fdtd2D
- 基于matlab的二维时域有限差分程序,使学习时域有限差分方法的好资料。
fdtd3D_CPML
- 基于matlab的三维时域有限差分程序(pec边界条件),使学习时域有限差分方法的好资料。
fdtd3D_pec
- 基于matlab的三维时域有限差分程序(cpml吸收边界),使学习时域有限差分方法的好资料。
fdtd3D_UPML
- 这个身重要,基于matlab的三维时域有限差分程序(UPML各向异性的完美匹配吸收层),使学习时域有限差分方法的好资料。
EmFDTD-v1.2r1
- 外国人开发的电磁时域有限差分方法工具包 Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on th
2dFDTD.rar
- 利用时域有限差分方法模拟光子晶体光纤的算法程序,The use of finite-difference time-domain simulation of photonic crystal fiber algorithm procedure
FEM
- 利用matlab实现电磁场数值方法里面的有限差分与有限元法-Using matlab to achieve numerical method of electromagnetic field inside the finite difference and finite element method
fdtd
- 计算光子晶体传输特性的时域有限差分方法的matlab程序-Calculation of Transmission Characteristics of Photonic Crystal FDTD method matlab program
HyperbolicFDM
- HyperbolicFDM,HyperbolicFDM1是两个基于有限差分方法的波动方程的MATLAB示例程序,二者方法和程序均相同,只是初始条件不同-HyperbolicFDM and HyperbolicFDM1 are two programms written by MATLAB for hyberbolic equations,two is same but the initial conditions are different.
directnumsol
- 求解抛物型方程正问题的有限差分方法程序源代码-limited difference method for parabolic equations
FDD
- 利用Matlab实现的有限差分方法,这是一个m文件下载即可使用。-A simple code for finite difference method
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
periodic3d
- 利用matlab软件和时域有限差分方法来算三维结构的程序,采用了周期边界条件-Using matlab software and finite difference time domain method to count three-dimensional structure of the program, using the periodic boundary condition
youxianchafen_shuzhimoni
- 地震勘探中,利用有限差分方法做波场正演模拟,模型为简单层状模型-Seismic exploration, the finite difference method to do forward modeling of wave field, the model for the simple layered model
wave-simulation-
- 此程序用来实现双相介质中波场的有限差分方法的数值模拟。-This process used to achieve the two-phase media finite difference method for wave field numerical simulation.
2
- 主要讲解偏微分方程组的离散方法,包括有限差分法,有限体积法-Mainly on the discrete method of partial differential equations, including finite difference method, finite volume method
The-FDTD-algorithm-based-on-MATLAB
- 介绍在matlab下,运用时域有限差分法(FDTD),分析计算方法-Introduced in matlab, the use of finite difference time domain method (FDTD), Analysis and Calculation
tools
- 用有限差分方法计算模式的使用模拟介质波导法-This function calculates the modes of a dielectric waveguide using the semivectorial finite difference method
有限差分正演程序
- 有限差分正演程序,是用交错网格方法编写的,加入了边界条件等因素,初学可以看一下