搜索资源列表
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
CPHYS
- 计算物理课件,有 有限差分方法,蒙特卡洛方法,有限元素方法,分子动力学方法-Computational Physics Courseware, a finite-difference methods, Monte Carlo methods, finite element methods, molecular dynamics method
FDTD
- 是以有限差分算法的MATLAB实现,可以运行的,给出谐振腔的场强的表示方法-finite diffenence time domain programmed by matlab language is for cavity, and its elelctro magnetic field can be showed.
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
two-dimensional
- 在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分 节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算 程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
chafenfa
- 时域有限差分法,也是电磁数值计算方法的一种,里面有详细的解说。-Time-domain finite difference method, is also a kind of electromagnetic numerical methods, which have a detailed explanation.
quanmeijindian-shuzhifenxi
- 本书内容丰富且颇具特色。 本书综述了数值分析领域的诸多内容,包括配置多项式、有限差分、阶乘多项式、求和法、Newton公式、算子与配置多项式、祥条、密切多项式、TaylM多项式、插值、数值微分、数值积分、和与级数、差分方程、微分方程、最小二乘多项式逼近、极小化极大多项式逼近、有理函数逼近、三角逼近、非线性代数、线性方程组、线性规划、边值问题、MonteCarIo方法等内容。 本书的特色主要表现在利用例题及大量详细的题解来透彻地阐明所述内容的内涵,同时附有大量的补充题以便读者进一步巩固和深
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
youxianchafen_shuzhimoni
- 地震勘探中,利用有限差分方法做波场正演模拟,模型为简单层状模型-Seismic exploration, the finite difference method to do forward modeling of wave field, the model for the simple layered model
erjiechafen
- 有限差分方法是先将计算区域网格化,再用差分近似代替微分,也说就是用某点周围各网格点来计算该点处的微分。-Finite difference method is to first calculate the regional grid, and then replace the differential difference approximation, also said that with the grid points around a point to calculate the poin
Numerical
- 主要讲述matlab的数值计算方法,包括有限差分发,有限元法-Mainly about matlab numerical methods, including distribution of finite difference, finite element method
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
有限差分正演程序
- 有限差分正演程序,是用交错网格方法编写的,加入了边界条件等因素,初学可以看一下
FDM_circular
- 使用有限差分方法解雷诺方程。每行程序都附有中文注释。帮助读者更好的理解此程序。(The Reynolds equation is solved by the finite difference method.)
有限差分法最简隐式打靶法CN法
- 科学工程计算方法中的有限差分法,最简隐式,打靶法,CN格式(Scientific engineering calculation method)
2dfdtd
- 二维空间时域有限差分方法的瞬态场计算Fortran程序实现。(Two-dimensional transient field FDTD method calculation Fortran program implementation.)