Tetrahedral mesh support for jInv
With the module JTetra tetrahedral meshes can be used in the jInv package.
JTetra is intended for use with julia 0.5.x. jInv is the only required dependency.
A forward modeling example for electromagnetics on a tetrahedral mesh can be found in the examples folder.
In julia type:
Pkg.clone("https://github.com/JuliaInv/JTetra.git")
From the julia prompt run
Pkg.test("JTetra")