Content deleted Content added
ElasticSnake (talk | contribs) mNo edit summary |
|||
Line 24:
==Algorithm==
First, assume that the ___domain has been discretized into a mesh. We will refer to
The algorithm works just like Dijkstra's algorithm but differs in how the nodes' values are calculated. In Dijkstra's algorithm, a node's value is calculated using a single one of the neighboring nodes. However, in solving the [[Partial differential equation|PDE]] in <math>\mathbb{R}^n</math>, between <math>1</math> and <math>n</math> of the neighboring nodes [[Eikonal equation#Numerical Approximation|are used]].
|