您的位置:首页 > 大数据 > 人工智能

数值偏微分方程解法分类

2012-04-11 09:22 423 查看


Numerical partial differential equations

From Wikipedia, the free encyclopedia



Numerical partial differential equations is the branch of numerical analysis that
studies the numerical solution of partial differential
equations (PDEs).

Numerical techniques for solving PDEs include the following:
The finite difference method, in which functions
are represented by their values at certain grid points and derivatives are approximated through differences in these values.
The method of lines, where all but one variable is discretized. The
result is a system of ODEs in the remaining continuous variable.
The finite element method, where functions are represented
in terms of basis functions and the PDE is solved in its integral (weak) form.
The finite volume method, which divides space into regions
or volumes and computes the change within each volume by considering the flux (flow rate) across the surfaces of the volume.
The spectral method, which represents functions as a sum of particular
basis functions, for example using a Fourier series.
Meshfree methods don't need a grid to work and so may be better
suited for some problems. However the computational effort is usually higher.
Domain decomposition methods solve boundary
value problems by splitting them into smaller boundary value problems on subdomains and iterating to coordinate the solution between the subdomains.
Multigrid methods solve differential equations using a hierarchy
of discretizations.

The finite difference method is often regarded as the simplest method to learn and use. The finite element and finite volume methods are widely used in engineering and
in computational fluid dynamics, and are well suited to problems in complicated
geometries. Spectral methods are generally the most accurate, provided that the solutions are sufficiently smooth.
[hide]

v 

t 

e 

Numerical partial differential equations
Finite difference methodsHeat Equation and related: FTCS scheme · Crank–Nicolson
method Hyperbolic: Lax–Friedrichs method · Lax–Wendroff
method · MacCormack method · Upwind
scheme · Other:Alternating
direction implicit method · Finite-difference
time-domain method
 
Finite volume methodsGodunov's scheme · High-resolution
scheme · MUSCL scheme · AUSM · Riemann
solver
 
Finite element methodshp-FEM · Extended
finite element method · Discontinuous
Galerkin method · Spectral
element method · Meshfree methods · Mortar
methods
 
Other methodsSpectral method · Pseudospectral
method · Method of lines · Multigrid
methods · Collocation method · Level
set method · Boundary element
method · Immersed boundary
method ·Analytic element
method · Particle-in-cell · Isogeometric
analysis
 
Domain decomposition methodsSchur complement method · Fictitious
domain method · Schwarz
alternating method · Additive
Schwarz method · Abstract
additive Schwarz method · Neumann–Dirichlet
method ·Neumann–Neumann
methods · Poincaré–Steklov
operator · Balancing
domain decomposition · BDDC · FETI · FETI-DP


[edit]See
also

List
of numerical analysis topics#Numerical partial differential equations
Numerical
ordinary differential equations


[edit]External
links

Numerical
Methods for Partial Differential Equations course at MIT OpenCourseWare.
IMS, the Open
Source IMTEK Mathematica Supplement (IMS)

来源:http://en.wikipedia.org/wiki/Numerical_partial_differential_equations
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息