Julia Package for solving the factored eikonal equation on a regular rectangular mesh using the fast marching algorithm.
Based on the following paper (please cite if you are using the package):
Eran Treister and Eldad Haber, A fast marching algorithm for the factored eikonal equation, Journal of Computational Physics, 324, 210-225, 2016.
This package is intended to use with julia versions 0.7.x or 1.0.x.
This package is an add-on for jInv, which needs to be installed. This is for having a Mesh module.
Pkg.clone("https://github.com/JuliaInv/jInv.jl","jInv")
Pkg.clone("https://github.com/JuliaInv/FactoredEikonalFastMarching.jl","FactoredEikonalFastMarching")
Pkg.test("FactoredEikonalFastMarching")
Under "examples/simpleExample.jl" you can find how to set a simple travel time calculation.
Under "examples/runExperiments.jl" you can find the experiments that were shown in the paper above.