CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 有限差分方法

搜索资源列表

  1. SPARSKIT2.tar.gz

    2下载:
  2. 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
  3. 所属分类:Algorithm

    • 发布日期:2015-08-09
    • 文件大小:1.1mb
    • 提供者:张德柱
  1. youxianchafen

    1下载:
  2. 应用Visual C++实现了二维的有限差分正演,是实现地球物理正演模拟方法的基础。-Application of Visual C++ to achieve a two-dimensional finite difference forward, is to achieve geophysical forward modeling approaches.
  3. 所属分类:Windows Develop

    • 发布日期:2014-05-11
    • 文件大小:12kb
    • 提供者:lilimin
  1. CPHYS

    0下载:
  2. 计算物理课件,有 有限差分方法,蒙特卡洛方法,有限元素方法,分子动力学方法-Computational Physics Courseware, a finite-difference methods, Monte Carlo methods, finite element methods, molecular dynamics method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:998.52kb
    • 提供者:nonews
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:LGE
  1. HyperbolicFDM

    0下载:
  2. HyperbolicFDM,HyperbolicFDM1是两个基于有限差分方法的波动方程的MATLAB示例程序,二者方法和程序均相同,只是初始条件不同-HyperbolicFDM and HyperbolicFDM1 are two programms written by MATLAB for hyberbolic equations,two is same but the initial conditions are different.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:859byte
    • 提供者:王礼广
  1. directnumsol

    0下载:
  2. 求解抛物型方程正问题的有限差分方法程序源代码-limited difference method for parabolic equations
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:105.91kb
    • 提供者:各没报
  1. two-dimensional

    1下载:
  2. 在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分 节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算 程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:127.22kb
    • 提供者:nagtive
  1. chafenfa

    0下载:
  2. 时域有限差分法,也是电磁数值计算方法的一种,里面有详细的解说。-Time-domain finite difference method, is also a kind of electromagnetic numerical methods, which have a detailed explanation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4.31mb
    • 提供者:陈巧真
  1. quanmeijindian-shuzhifenxi

    0下载:
  2. 本书内容丰富且颇具特色。 本书综述了数值分析领域的诸多内容,包括配置多项式、有限差分、阶乘多项式、求和法、Newton公式、算子与配置多项式、祥条、密切多项式、TaylM多项式、插值、数值微分、数值积分、和与级数、差分方程、微分方程、最小二乘多项式逼近、极小化极大多项式逼近、有理函数逼近、三角逼近、非线性代数、线性方程组、线性规划、边值问题、MonteCarIo方法等内容。 本书的特色主要表现在利用例题及大量详细的题解来透彻地阐明所述内容的内涵,同时附有大量的补充题以便读者进一步巩固和深
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7.23mb
    • 提供者:yangiy
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:240.63kb
    • 提供者:彭鑫
  1. Heat_Equation

    0下载:
  2. 热传导方程的有限差分方法进行图像的去噪. -denosing by the head pde
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:948byte
    • 提供者:王一
  1. youxianchafen_shuzhimoni

    6下载:
  2. 地震勘探中,利用有限差分方法做波场正演模拟,模型为简单层状模型-Seismic exploration, the finite difference method to do forward modeling of wave field, the model for the simple layered model
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:2kb
    • 提供者:王宁
  1. erjiechafen

    0下载:
  2. 有限差分方法是先将计算区域网格化,再用差分近似代替微分,也说就是用某点周围各网格点来计算该点处的微分。-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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:877byte
    • 提供者:high
  1. wave-simulation-

    1下载:
  2. 此程序用来实现双相介质中波场的有限差分方法的数值模拟。-This process used to achieve the two-phase media finite difference method for wave field numerical simulation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:305.7kb
    • 提供者:邢立坤
  1. tools

    1下载:
  2. 用有限差分方法计算模式的使用模拟介质波导法-This function calculates the modes of a dielectric waveguide using the semivectorial finite difference method
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:12kb
    • 提供者:huangqisong
  1. 有限差分正演程序

    3下载:
  2. 有限差分正演程序,是用交错网格方法编写的,加入了边界条件等因素,初学可以看一下
  3. 所属分类:matlab例程

  1. FDM_circular

    5下载:
  2. 使用有限差分方法解雷诺方程。每行程序都附有中文注释。帮助读者更好的理解此程序。(The Reynolds equation is solved by the finite difference method.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:明月令
  1. 有限差分法最简隐式打靶法CN法

    0下载:
  2. 科学工程计算方法中的有限差分法,最简隐式,打靶法,CN格式(Scientific engineering calculation method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:3kb
    • 提供者:君羊木
  1. 2dfdtd

    3下载:
  2. 二维空间时域有限差分方法的瞬态场计算Fortran程序实现。(Two-dimensional transient field FDTD method calculation Fortran program implementation.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2018-08-28
    • 文件大小:8kb
    • 提供者:陈好
  1. 热传导方程

    1下载:
  2. matlab求解一维热传导方程 采用有限差分方法(using matlab to solve hate transfer problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-09-12
    • 文件大小:1kb
    • 提供者:迩卓
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com