Content deleted Content added
WP:CHECKWIKI error fix #26. Convert HTML to wikicode. Do general fixes and cleanup if needed. -, typo(s) fixed: propogating → propagating using AWB (11895) |
Dadaist6174 (talk | contribs) |
||
Line 25:
First, assume that the ___domain has been discretized into a mesh. We will refer to meshpoints as nodes. Each node <math>x_i</math> has a corresponding value <math>U_i = U(x_i) \approx u(x_i)</math>.
The algorithm works just like Dijkstra's algorithm but differs in how the
Nodes are labeled as ''far'' (not yet visited), ''considered'' (visited and value tentatively assigned), and ''accepted'' (visited and value permanently assigned).
|