1: \begin{abstract}
2: We present a family of fast and accurate Dijkstra-like solvers for
3: the eikonal equation and factored eikonal equation which compute
4: solutions on a regular grid by solving local variational
5: minimization problems. Our methods converge linearly but compute
6: significantly more accurate solutions than competing first order
7: methods. In 3D, we present two different families
8: of algorithms which significantly reduce the number of FLOPs needed
9: to obtain an accurate solution to the eikonal equation. One method
10: employs a fast search using local characteristic directions to prune
11: unnecessary updates, and the other uses the theory of constrained
12: optimization to achieve the same end. The proposed solvers are more
13: efficient than the standard fast marching method in terms of the
14: relationship between error and CPU time. We also modify our method
15: for use with the additively factored eikonal equation, which can be
16: solved locally around point sources to maintain linear
17: convergence. We conduct extensive numerical simulations and provide
18: theoretical justification for our approach. A library that
19: implements the proposed solvers is available on GitHub.
20: \keywords{ordered line integral method, eikonal equation, factored
21: eikonal equation, simplified midpoint rule, semi-Lagrangian
22: method, fast marching method} \subclass{65N99, 65Y20, 49M99}
23: \end{abstract}
24: