Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 803 Bytes

File metadata and controls

25 lines (17 loc) · 803 Bytes

JOcTree

Library for creating and manipulating OcTrees as well as creating differential operators discretized on OcTree meshes.

Requirements

JOcTree is intended for use with Julia 0.4.x. Other dependencies are

  1. jInv - package for PDE parameter estimation. JOcTree extends jInv.Mesh.
  2. PyPlot - visualization (for visualization).

Installation

Since jInv is not a registered package, you can install it by typing:

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

Having jInv installed, type:

Pkg.clone("https://github.com/lruthotto/JOcTree.git","JOcTree")
Pkg.test("JOcTree")