Skip to content

JuliaInv/FactoredEikonalFastMarching.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

FactoredEikonalFastMarching.jl

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.

Requirements

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.

Installation

Pkg.clone("https://github.com/JuliaInv/jInv.jl","jInv")
Pkg.clone("https://github.com/JuliaInv/FactoredEikonalFastMarching.jl","FactoredEikonalFastMarching")
Pkg.test("FactoredEikonalFastMarching")

Examples

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.

About

Julia Package for solving the factored eikonal equation on a regular rectangular mesh using the fast marching algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages