GeoPhyInv.jl

A Julia Toolbox for Geophysical Modeling and Inverse Problems
Author pawbz
Popularity
8 Stars
Updated Last
2 Years Ago
Started In
February 2017

Build Status codecov

Toolbox for Geophysical Modeling and Inverse Problems

Installation

At the moment, GeoPhyInv depends on another unregistered package Misfits. For complete installation, enter these package manager commands in the REPL:

using Pkg
Pkg.add(PackageSpec(name="Misfits",url="https://github.com/pawbz/Misfits.jl.git"))
Pkg.add(PackageSpec(name="GeoPhyInv",url="https://github.com/pawbz/GeoPhyInv.jl.git"))

Credits

  • Charles Clerget @chclerget tested most of the methods of this package.
  • The Poisson solver (GeoPhyInv.Poisson) was developed by Niels Grobbe, after adapting scripts from Aime Fournier.
  • Finally, thanks of Earth Resources Laboratory, MIT. The project was supported by Aime Fournier via research funds from Equinor.