SkillAgentSearch skills...

FactoredEikonalFastMarching.jl

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

Install / Use

/learn @JuliaInv/FactoredEikonalFastMarching.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated3mo ago
Forks3

Languages

Julia

Security Score

87/100

Audited on Dec 19, 2025

No findings