Fast sweeping method: Difference between revisions

Content deleted Content added
Added tags to the page using Page Curation (uncategorised, stub, unreferenced)
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
 
(26 intermediate revisions by 12 users not shown)
Line 1:
FastIn [[applied mathematics]], the '''fast sweeping method''' is a [[numerical method]] for solving [[Boundary value problem|boundary value problemsproblem]]s of the [[Eikonal equation]]:.
{{unreferenced|date=October 2016}}
 
: <math>|\nabla u(\mathbf{x})| = \dfrac{frac 1} {f(\mathbf{x})} for\,text{ for } \mathbf{x} \in \Omega
Fast sweeping method is a numerical method for solving [[Boundary value problem|boundary value problems]] of the [[Eikonal equation]]:
 
<math>|\nabla u(\mathbf{x})| = \dfrac{1}{f(\mathbf{x})} for\, \mathbf{x} \in \Omega
</math>
 
: <math>u(\mathbf{x}) = 0 for\,text{ for } \mathbf{x} \in \partial \Omega
</math>
 
where <math>\Omega</math> is an [[open set]] in <math>\mathbb{R}^n</math>, <math>f(\mathbf{x})</math> is a [[function (mathematics)|function]] with positive values, <math>\partial \Omega</math> is a well-behaved [[boundary (topology)|boundary]] of the open set and <math>|\cdot|</math> is the [[Euclidean norm]].
{{uncategorised|date=October 2016}}{{stub}}
 
The fast sweeping method is an iterative method which uses upwind difference for discretization and uses [[Gauss–Seidel method|Gauss–Seidel iterations]] with alternating sweeping ordering to solve the discretized Eikonal equation on a rectangular grid. The origins of this approach lie in the paper by Boue and Dupuis.<ref>M. Boue and P. Dupuis. Markov chain approximations for deterministic control problems with affine dynamics and quadratic cost in the control, SIAM J. on Numerical Analysis 36, 667-695, 1999.</ref> Although fast sweeping methods have existed in control theory, it was first proposed for Eikonal equations<ref>{{Cite journal|last=Zhao|first=Hongkai|date=2005-01-01|title=A fast sweeping method for Eikonal equations|journal=Mathematics of Computation|volume=74|issue=250|pages=603–627|doi=10.1090/S0025-5718-04-01678-3|issn=0025-5718|doi-access=free}}</ref> by [[Hongkai Zhao]], an applied mathematician at the [[University of California, Irvine]].
 
Sweeping algorithms are highly efficient for solving Eikonal equations when the corresponding [[Method of characteristics|characteristic curves]] do not change direction very often.<ref name="chacon_twoscale">A. Chacon and A. Vladimirsky. Fast two-scale methods for Eikonal equations. SIAM J. on Scientific Computing 34/2: A547-A578, 2012. [https://arxiv.org/abs/1110.6220]</ref>
 
== References ==
<references />
 
== See also ==
* [[Fast marching method]]
 
[[Category:Numerical differential equations]]
[[Category:Partial differential equations]]
[[Category:Hyperbolic partial differential equations]]
 
{{applied-math-stub}}