Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

File metadata and controls

30 lines (20 loc) · 1 KB

Build Status Coverage Status Build status

JTetra

Tetrahedral mesh support for jInv

With the module JTetra tetrahedral meshes can be used in the jInv package.

Requirements

JTetra is intended for use with julia 0.5.x. jInv is the only required dependency.

Examples

A forward modeling example for electromagnetics on a tetrahedral mesh can be found in the examples folder.

Installation

In julia type:

Pkg.clone("https://github.com/JuliaInv/JTetra.git")

Tests

From the julia prompt run

Pkg.test("JTetra")