CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB pdes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MATLAB pdes - List
[
Other resource
]
pdes
DL : 0
在matlab中偏微分的典型例子的代码,例如波形方程,热传导方程等
Update
: 2008-10-13
Size
: 242.05kb
Publisher
:
sun
[
matlab
]
pdes
DL : 0
在matlab中偏微分的典型例子的代码,例如波形方程,热传导方程等
Update
: 2025-02-19
Size
: 242kb
Publisher
:
sun
[
matlab
]
finite_element_toolbox_v2.01
DL : 2
matlab工具箱,使用有限元计算ODEs(常微分), PDEs(偏微分),BVPs(边值问题),包括一维,二维,三维.(Matlab Finite Element toolbox,version2.01)-This is a toolbox for computing ODEs or PDEs in BVPs using FEM in 1D, 2D and 3D
Update
: 2025-02-19
Size
: 93kb
Publisher
:
wjl
[
Algorithm
]
pdesolve
DL : 1
偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法-Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
Update
: 2025-02-19
Size
: 90kb
Publisher
:
何红亚
[
Special Effects
]
Image_Denoising_using_Fourth_Order_PDE
DL : 0
基于四阶偏微分方程的图像去噪算法,能够有效去除阶梯效应,自己编的程序-image denoising using fourth-order PDEs
Update
: 2025-02-19
Size
: 23kb
Publisher
:
yishui pan
[
matlab
]
Matlab_for_nonlinear_PDEs-0.0.6
DL : 0
一个有用的非线性微分方程的matlab程序集-A useful matlab package for nonlinear PDEs
Update
: 2025-02-19
Size
: 109kb
Publisher
:
李含章
[
matlab
]
4
DL : 0
牛顿法解微分方程的matlab code, 需要自己设定初始解-newton s method to solve PDEs
Update
: 2025-02-19
Size
: 9kb
Publisher
:
qixiaoduo
[
matlab
]
Routines-in-C-C-plus-and-Matlab
DL : 0
This Ebook includes a number of examples of parabolic PDEs solved by programmes written in either C, C++, Fortran, or Matlab.
Update
: 2025-02-19
Size
: 1.2mb
Publisher
:
JJ
[
Software Engineering
]
An-Introduction-to-Computational-Fluid-Dynamics-H
DL : 0
The book includes an inplicitly method to discretitize the PDEs, also provides solutions to the algebraic equations using matlab code.
Update
: 2025-02-19
Size
: 6.42mb
Publisher
:
JJ
[
matlab
]
Analytical-and-numerical-techniques-in-Matlab
DL : 0
How to solve PDEs (Partial Differential Equations) in Matlab using analytical and numerical methods.
Update
: 2025-02-19
Size
: 703kb
Publisher
:
Dan
[
Other
]
MATLAB-for-PDEs
DL : 0
matlab关于解偏微分方程的教程 里面有很多例子和程序供读者学习-Matlab on the solution of partial differential equations. There are many examples and procedures for the readers to learn
Update
: 2025-02-19
Size
: 416kb
Publisher
:
高华光
[
matlab
]
MatFemCal_v1_1.tar
DL : 0
matlab finite element code for solving pdes
Update
: 2025-02-19
Size
: 750kb
Publisher
:
Niamul Baqui
[
matlab
]
FEM
DL : 0
通过Matlab编制的有限单元法工具箱,能够对一维、二维与三维的问题进行求解!-Finite Element Toolbox Ver. 2.1 =============================== Date: 2002-04-01 Author: B. Rasmus Anthin. WHAT IS IT This is a toolbox for computing ODEs or PDEs in BVPs using FEM in 1D, 2D and 3D. * FEM1 this is the main routine for solving ODE BVPs using any combination of Dirichlet, Neumann or Robin conditions. * GENMAT1 called by FEM1 and is the core of the program. It generates the matrices used for solving the linear equation system for the ODE. * REFINE1 with this routine you can refine the mesh over certain critical grid points. The the gridpoints will become nonuniformly linearly spaced. * TEST1 this is a test for the 1D case of FEM. Look through this example carefully in order to fully understand how FEM1 works. * FEM2.mat contains examples over meshes/triangulations in 2D. * PLOTGRID2 plot mesh/triangulation in 2D and put a number in each corresponding element (triangle). * QUADSPACE generates
Update
: 2025-02-19
Size
: 94kb
Publisher
:
withion
[
Other
]
A-Compendium-of-Partial-Differential-Equation-Mod
DL : 0
A Compendium of Partial Differential Equation Modelspresents numerical methods and associated computer codes in Matlab for the solution of a spectrum of models expressed as partial differential equations (PDEs)
Update
: 2025-02-19
Size
: 23.8mb
Publisher
:
shj
[
Other
]
[William_E._Schiesser-_Graham_W._Griffiths]_A_Com
DL : 0
A Compendium of Partial Differential Equation Models presents numerical methods and associated computer codes in Matlab for the solution of a spectrum of models expressed as partial differential equations (PDEs), one of the mostly widely used forms of mathematics in science and engineering. The authors focus on the method of lines (MOL), a well-established numerical procedure for all major classes of PDEs in which the boundary value partial derivatives are approximated algebraically by finite differences
Update
: 2025-02-19
Size
: 3.41mb
Publisher
:
feten
[
matlab
]
toolboxLS-1.1
DL : 0
This Toolbox is designed to minimize the sum of coding, execution and analysis time for those who want to explore level set methods. Computationally, Matlab is not the fastest environment in which to solve PDEs, but as a researcher I have found that the enviroment has several important advantages over faster compiled implementations.
Update
: 2025-02-19
Size
: 1.72mb
Publisher
:
syjhero
[
matlab
]
FELICITY
DL : 0
There are many finite element packages available, both commercial and free. FELICITY is designed for simulating problems where sub-domains interact in non-trivial ways, i.e. Partial Differential Equations (PDEs) on surfaces (e.g. Laplace-Beltrami) interacting with PDEs in the bulk, systems with Lagrange multipliers that are only defined on boundaries, multi-physics problems, etc. In particular, FELICITY can be used rather effectively with a front-tracking approach for simulating moving-omain/free boundary problems. Moreover, FELICITY is a MATLAB toolbox, so it inherits the advantages of the MATLAB interface. Therefore, in my opinion, FELICITY fills a niche within the FEM software community.
Update
: 2025-02-19
Size
: 10.55mb
Publisher
:
davidbath
[
Other
]
偏微分方程(PDEs)的MATLAB数值解法
DL : 0
matlab 解偏微分方程 数值解法 pdf(matlab Solution partial differential equations Numerical solution)
Update
: 2025-02-19
Size
: 408kb
Publisher
:
pfq007
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.